guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Go: Use the default libgcc.


From: guix-commits
Subject: 01/01: gnu: Go: Use the default libgcc.
Date: Sat, 13 Jul 2019 17:41:42 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 4f61513128284fab8745a317b4663e36b042da5d
Author: Leo Famulari <address@hidden>
Date:   Sat Jul 13 17:40:31 2019 -0400

    gnu: Go: Use the default libgcc.
    
    * gnu/packages/golang.scm (go-1.4)[inputs]: Replace gcc-6 with gcc.
---
 gnu/packages/golang.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2f5396d..ba68390 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]