Browse Source

last bits for lemote yeelong and musl support

Waldemar Brodkorb 12 years ago
parent
commit
e5799048f1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      package/musl/Makefile

+ 6 - 0
package/musl/Makefile

@@ -36,6 +36,12 @@ endif
 ifeq ($(CPU_ARCH),mipsel)
 ifeq ($(CPU_ARCH),mipsel)
 MARCH:=			mips
 MARCH:=			mips
 endif
 endif
+ifeq ($(CPU_ARCH),mips64el)
+MARCH:=			mips
+endif
+ifeq ($(CPU_ARCH),mips64)
+MARCH:=			mips
+endif
 ifeq ($(CPU_ARCH),ppc)
 ifeq ($(CPU_ARCH),ppc)
 MARCH:=			powerpc
 MARCH:=			powerpc
 endif
 endif