Sfoglia il codice sorgente

musl uses subarch now

Waldemar Brodkorb 10 anni fa
parent
commit
fca821a419
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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