diff options
author | Gábor Boskovits <boskovits@gmail.com> | 2018-07-02 14:39:12 +0200 |
---|---|---|
committer | Gábor Boskovits <boskovits@gmail.com> | 2018-07-02 14:39:12 +0200 |
commit | 79f9b054dff6fc76073b1b040db9d80881e55f42 (patch) | |
tree | d59066c42e5cba88e2866cb5522e1d4ceffe3a43 | |
parent | 6e65eb3cad1d1148eade9ed2228cdea90d531a94 (diff) | |
download | patches-79f9b054dff6fc76073b1b040db9d80881e55f42.tar patches-79f9b054dff6fc76073b1b040db9d80881e55f42.tar.gz |
Revert "gnu: icedtea-7: Build with gcc-4.9."
This reverts commit bc73f673e80e9134ee7620516f2e29c0c46db35f.
-rw-r--r-- | gnu/packages/java.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 64d82439b2..f04a3828e6 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) |