summaryrefslogtreecommitdiff
path: root/package/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-27 19:45:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-27 19:45:17 +0100
commit809d9eb235b6f8440416157a75a18bdecc1e61ed (patch)
tree474cb7cb045a562c48ec19b1c0a8210c33394a27 /package/musl
parent49a2312ba19ddcd7fecc1ac8177cd1ae1346c4cc (diff)
add support for sh and musl
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: