summaryrefslogtreecommitdiff
path: root/package/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:45:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:45:14 +0100
commitbcd5e4c0b934296bc8f63cf03495a49158812bde (patch)
tree084ad44d60b6bd7cfaacdea844a6f4cc097b8063 /package/musl
parentdeef78aaad882cb7c30bdf60bab94c5aca48bd07 (diff)
parent2af7abef4abcf09c332a4f12cda858aef4023612 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/musl')
-rw-r--r--package/musl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/musl/Makefile b/package/musl/Makefile
index 1de20d37e..3341c83a8 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -49,8 +49,8 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
MARCH:= armhf
endif
-ifeq ($(CPU_ARCH),sh4)
-MARCH:= sh
+ifeq ($(ADK_TARGET_ABI_X32),y)
+MARCH:= x32
endif
# do nothing, musl is already build in toolchain directory