diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-05-30 12:29:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-05-30 12:29:14 +0200 |
commit | bc73f673e80e9134ee7620516f2e29c0c46db35f (patch) | |
tree | 6b3c51dfe6a2b4cd03ec538ec33e158881eff57b /gnu/packages/java.scm | |
parent | bcb078a4dc509f7d84a84f3c4891d3604801300f (diff) | |
download | patches-bc73f673e80e9134ee7620516f2e29c0c46db35f.tar patches-bc73f673e80e9134ee7620516f2e29c0c46db35f.tar.gz |
gnu: icedtea-7: Build with gcc-4.9.
* gnu/packages/java.scm (icedtea-7)[native-inputs]: Add gcc-4.9.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 361b2de8fb..829cbf9c5f 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) |