Procházet zdrojové kódy

musl uses subarch now

Waldemar Brodkorb před 10 roky
rodič
revize
fca821a419
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  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