1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 17:50:34 +02:00

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

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)