Change gnu target

This commit is contained in:
Wildan M 2026-04-14 15:36:14 +07:00
parent ed1e074586
commit d15031f9cc
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

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