summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-06 16:22:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-06 16:22:44 +0200
commitfca821a4199f3f571be5a3da892e30d8f289e42b (patch)
tree2ccc9f4339ca24c55641bf1863a6aa80478b1195 /package
parenta25ea84c1728d5f1db8c092fcf2127831b8b1184 (diff)
musl uses subarch now
Diffstat (limited to 'package')
-rw-r--r--package/musl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/musl/Makefile b/package/musl/Makefile
index 81354361a..3e6150a1d 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -35,9 +35,6 @@ endif
ifeq ($(ADK_TARGET_CPU_ARCH),i486)
MARCH:= i386
endif
-ifeq ($(ADK_TARGET_CPU_ARCH),mipsel)
-MARCH:= mips
-endif
ifeq ($(ADK_TARGET_CPU_ARCH),mips64el)
MARCH:= mips
endif