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:
Ricardo Wurmus 2019-09-07 16:22:53 +02:00
parent 4fb59c9e4d
commit 22bd735a3f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -202,6 +202,11 @@ (define jamvm-1-bootstrap
`(("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