gnu: Go: Use the default libgcc.

* gnu/packages/golang.scm (go-1.4)[inputs]: Replace gcc-6 with gcc.
This commit is contained in:
Leo Famulari 2019-07-13 17:40:31 -04:00
parent 145fed2a2b
commit 4f61513128
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 5 deletions

View File

@ -195,11 +195,7 @@
(inputs
`(("tzdata" ,tzdata)
("pcre" ,pcre)
;; Building Go 1.10 with the Go 1.4 bootstrap, Thread Sanitizer from GCC
;; 5 finds a data race during the the test suite of Go 1.10. With GCC 6,
;; the race doesn't seem to be present:
;; https://github.com/golang/go/issues/24046
("gcc:lib" ,gcc-6 "lib")))
("gcc:lib" ,gcc "lib")))
(native-inputs
`(("pkg-config" ,pkg-config)
("which" ,which)