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
1 changed files with 1 additions and 0 deletions
|
@ -1407,6 +1407,7 @@ bootstrapping purposes.")
|
||||||
("coreutils" ,coreutils)
|
("coreutils" ,coreutils)
|
||||||
("diffutils" ,diffutils) ;for tests
|
("diffutils" ,diffutils) ;for tests
|
||||||
("gawk" ,gawk)
|
("gawk" ,gawk)
|
||||||
|
("gcc" ,gcc-4.9) ; there's a segmentation fault when compiling with gcc-5
|
||||||
("grep" ,grep)
|
("grep" ,grep)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue