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
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -202,6 +202,11 @@ language.") | ||||||
|      `(("classpath" ,classpath-bootstrap) |      `(("classpath" ,classpath-bootstrap) | ||||||
|        ("jikes" ,jikes) |        ("jikes" ,jikes) | ||||||
|        ("zlib" ,zlib))) |        ("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/") |     (home-page "http://jamvm.sourceforge.net/") | ||||||
|     (synopsis "Small Java Virtual Machine") |     (synopsis "Small Java Virtual Machine") | ||||||
|     (description "JamVM is a Java Virtual Machine conforming to the JVM |     (description "JamVM is a Java Virtual Machine conforming to the JVM | ||||||
|  |  | ||||||
		Reference in a new issue