boskovits pushed a commit to branch master
in repository guix.
commit 79f9b054dff6fc76073b1b040db9d80881e55f42
Author: Gábor Boskovits <[email protected]>
Date: Mon Jul 2 14:39:12 2018 +0200
Revert "gnu: icedtea-7: Build with gcc-4.9."
This reverts commit bc73f673e80e9134ee7620516f2e29c0c46db35f.
---
gnu/packages/java.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 64d8243..f04a382 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1407,7 +1407,6 @@ 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)