Explorar el Código

musl uses subarch now

Waldemar Brodkorb hace 10 años
padre
commit
fca821a419
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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