summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-18 11:00:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-18 11:00:45 +0200
commite5799048f13349b316efcde664280f107435850b (patch)
tree7a5ec56cfda645a55d8c3e1a01246168ad941379
parent317b36b02c6213c1525f3ae9dd5ac33a7d94fa3d (diff)
last bits for lemote yeelong and musl support
-rw-r--r--package/musl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/musl/Makefile b/package/musl/Makefile
index bd62e4299..b1f4ddbaa 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -36,6 +36,12 @@ endif
ifeq ($(CPU_ARCH),mipsel)
MARCH:= mips
endif
+ifeq ($(CPU_ARCH),mips64el)
+MARCH:= mips
+endif
+ifeq ($(CPU_ARCH),mips64)
+MARCH:= mips
+endif
ifeq ($(CPU_ARCH),ppc)
MARCH:= powerpc
endif