mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
Change gnu target
This commit is contained in:
parent
ed1e074586
commit
d15031f9cc
@ -162,7 +162,7 @@ endif
|
||||
## Userspace variables
|
||||
ifeq ($(OPERATING_SYSTEM),linux)
|
||||
export TARGET=$(ARCH)-unknown-linux-musl
|
||||
export GNU_TARGET=$(ARCH)-unknown-linux-musl
|
||||
export GNU_TARGET=$(ARCH)-linux-relibc
|
||||
export USE_RUST_LIBM=1
|
||||
else ifeq ($(ARCH),riscv64gc)
|
||||
export TARGET=riscv64gc-unknown-redox
|
||||
|
||||
Loading…
Reference in New Issue
Block a user