summaryrefslogtreecommitdiff
path: root/package/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-22 10:10:40 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-22 10:10:40 +0100
commitd18bf841d7c4867c06862147122de5cc2f01b4c6 (patch)
tree7da8495a47fb6a8ef9fc762421a81f12f7292cc4 /package/musl
parentb390eafdcf03f34ac6e2c22be43c27fbc93f01f0 (diff)
parentf919a87612241c71e924588610f22260a3e9370e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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