summaryrefslogtreecommitdiff
path: root/package/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-28 09:32:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-28 09:32:44 +0100
commitf7dde97ca3551483cd745c9d9b4e9fec30d4f101 (patch)
treeeefd839691bcd32eca4f002e1859c3105754513e /package/musl
parent94b0c4698a9d50593baa9eba1bb46a829d59ecd7 (diff)
parent8c6cb458c3c20773866ee800d6d197c98043ea6a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 ad7ec664f..1de20d37e 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -49,6 +49,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
MARCH:= armhf
endif
+ifeq ($(CPU_ARCH),sh4)
+MARCH:= sh
+endif
# do nothing, musl is already build in toolchain directory
do-install: