Browse Source

musl uses subarch now

Waldemar Brodkorb 11 năm trước cách đây
mục cha
commit
fca821a419
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      package/musl/Makefile

+ 0 - 3
package/musl/Makefile

@@ -35,9 +35,6 @@ endif
 ifeq ($(ADK_TARGET_CPU_ARCH),i486)
 ifeq ($(ADK_TARGET_CPU_ARCH),i486)
 MARCH:=			i386
 MARCH:=			i386
 endif
 endif
-ifeq ($(ADK_TARGET_CPU_ARCH),mipsel)
-MARCH:=			mips
-endif
 ifeq ($(ADK_TARGET_CPU_ARCH),mips64el)
 ifeq ($(ADK_TARGET_CPU_ARCH),mips64el)
 MARCH:=			mips
 MARCH:=			mips
 endif
 endif