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:
Ricardo Wurmus 2018-05-30 12:29:14 +02:00
parent bcb078a4dc
commit bc73f673e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -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)