summaryrefslogtreecommitdiff
path: root/package/musl
diff options
context:
space:
mode:
Diffstat (limited to 'package/musl')
-rw-r--r--package/musl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/musl/Makefile b/package/musl/Makefile
index 86e75cc26..bd62e4299 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -39,6 +39,9 @@ endif
ifeq ($(CPU_ARCH),ppc)
MARCH:= powerpc
endif
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
+MARCH:= armhf
+endif
# do nothing, musl is already build in toolchain directory
do-install: