mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: jamvm-1-bootstrap: Fix build with gcc-14.
* gnu/packages/java-bootstrap.scm (jamvm-1-bootstrap)[arguments] <#:configure-flags>: Add CFLAGS. Change-Id: I354113621cb5b69e9a6e836250335319561a17e3
This commit is contained in:
parent
c87b710fb3
commit
d621ae8865
1 changed files with 5 additions and 1 deletions
|
|
@ -161,7 +161,11 @@ language.")
|
|||
(assoc-ref %build-inputs "classpath"))
|
||||
"--disable-int-caching"
|
||||
"--enable-runtime-reloc-checks"
|
||||
"--enable-ffi")
|
||||
"--enable-ffi"
|
||||
,(string-append
|
||||
"CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=incompatible-pointer-types"))
|
||||
#:phases
|
||||
,(if (string-prefix? "aarch64" (or (%current-system)
|
||||
(%current-target-system)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue