mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: musl-boot0: Use correct per-architecture CFLAGS.
* gnu/packages/commencement.scm (musl-boot0)[arguments]: Adjust the make-flags to be correct per-architecture. Change-Id: I4d85acb1324472614132dfaa7930a60afffde941
This commit is contained in:
@@ -930,7 +930,9 @@ MesCC-Tools), and finally M2-Planet.")
|
||||
"CC=tcc"
|
||||
"AR=tcc -ar"
|
||||
"RANLIB=true"
|
||||
"CFLAGS=-DSYSCALL_NO_TLS -D__riscv_float_abi_soft -U__riscv_flen")
|
||||
#$@(if (target-riscv64?)
|
||||
#~("CFLAGS=-DSYSCALL_NO_TLS -D__riscv_float_abi_soft -U__riscv_flen")
|
||||
#~("CFLAGS=-DSYSCALL_NO_TLS")))
|
||||
#:configure-flags
|
||||
#~(let ((bash #$(this-package-native-input "bash")))
|
||||
(list "CC=tcc"
|
||||
|
||||
Reference in New Issue
Block a user