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

commit bc73f673e80e9134ee7620516f2e29c0c46db35f
Author: Ricardo Wurmus <[email protected]>
Date:   Wed May 30 12:29:14 2018 +0200

    gnu: icedtea-7: Build with gcc-4.9.
    
    * gnu/packages/java.scm (icedtea-7)[native-inputs]: Add gcc-4.9.
---
 gnu/packages/java.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 361b2de..829cbf9 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1407,6 +1407,7 @@ bootstrapping purposes.")
          ("coreutils" ,coreutils)
          ("diffutils" ,diffutils)       ;for tests
          ("gawk" ,gawk)
+         ("gcc" ,gcc-4.9) ; there's a segmentation fault when compiling with 
gcc-5
          ("grep" ,grep)
          ("libtool" ,libtool)
          ("pkg-config" ,pkg-config)

Reply via email to