summaryrefslogtreecommitdiff
path: root/package/musl
diff options
context:
space:
mode:
Diffstat (limited to 'package/musl')
-rw-r--r--package/musl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/musl/Makefile b/package/musl/Makefile
index 3e83a868f..76ad8690f 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -45,7 +45,7 @@ endif
ifeq ($(ADK_TARGET_CPU_ARCH),sh4eb)
MARCH:= sheb
endif
-ifeq ($(ADK_LINUX_ARM),y)
+ifeq ($(ADK_TARGET_ARCH_ARM),y)
ifeq ($(ADK_TARGET_ABI),eabihf)
MARCH:= armhf
endif