guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: icedtea-7: Build with gcc-4.9.


From: Ricardo Wurmus
Subject: 02/02: gnu: icedtea-7: Build with gcc-4.9.
Date: Wed, 30 May 2018 07:30:16 -0400 (EDT)

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

commit bc73f673e80e9134ee7620516f2e29c0c46db35f
Author: Ricardo Wurmus <address@hidden>
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

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