1
0
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:
Efraim Flashner
2026-02-16 10:17:48 +02:00
parent 6b14aa7b21
commit ea66d41f06

View File

@@ -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"