gnu: jamvm-1-bootstrap: Use older GCC and glibc.
* gnu/packages/java.scm (jamvm-1-bootstrap)[native-inputs]: Add GCC version 5 and glibc 2.28.
This commit is contained in:
parent
4fb59c9e4d
commit
22bd735a3f
|
@ -202,6 +202,11 @@ language.")
|
|||
`(("classpath" ,classpath-bootstrap)
|
||||
("jikes" ,jikes)
|
||||
("zlib" ,zlib)))
|
||||
;; When built with a recent GCC and glibc the configure step of icedtea-6
|
||||
;; fails with an invalid instruction error.
|
||||
(native-inputs
|
||||
`(("gcc" ,gcc-5)
|
||||
("libc" ,glibc-2.28)))
|
||||
(home-page "http://jamvm.sourceforge.net/")
|
||||
(synopsis "Small Java Virtual Machine")
|
||||
(description "JamVM is a Java Virtual Machine conforming to the JVM
|
||||
|
|
Loading…
Reference in New Issue