gnu: icedtea-7: Build with gcc-4.9.
* gnu/packages/java.scm (icedtea-7)[native-inputs]: Add gcc-4.9.
This commit is contained in:
parent
bcb078a4dc
commit
bc73f673e8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue