From d15031f9cc1f6216a82e2d9edca3806c4dc51553 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 14 Apr 2026 15:36:14 +0700 Subject: [PATCH] Change gnu target --- mk/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk b/mk/config.mk index 4f69b3418..81a212425 100644 --- a/mk/config.mk +++ b/mk/config.mk @@ -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