Browse Source

musl uses subarch now

Waldemar Brodkorb 10 years ago
parent
commit
fca821a419
1 changed files with 0 additions and 3 deletions
  1. 0 3
      package/musl/Makefile

+ 0 - 3
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