Browse Source

fix arch lists

Waldemar Brodkorb 10 years ago
parent
commit
78c19a3bd3
5 changed files with 5 additions and 27 deletions
  1. 4 4
      mk/build.mk
  2. 1 0
      target/arch.lst
  3. 0 10
      toolchain/glibc/tarch.lst
  4. 0 5
      toolchain/musl/tarch.lst
  5. 0 8
      toolchain/uclibc/tarch.lst

+ 4 - 4
mk/build.mk

@@ -309,25 +309,25 @@ endif
 	@for symbol in ${DEFCONFIG}; do \
 		echo $$symbol >> $(TOPDIR)/.defconfig; \
 	done
-	if [ ! -z "$(ADK_TARGET_FS)" ];then \
+	@if [ ! -z "$(ADK_TARGET_FS)" ];then \
 		grep "^config" target/config/Config.in.target \
 			|grep -i "$(ADK_TARGET_FS)" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(TOPDIR)/.defconfig; \
 	fi
-	if [ ! -z "$(ADK_TARGET_COLLECTION)" ];then \
+	@if [ ! -z "$(ADK_TARGET_COLLECTION)" ];then \
 		grep -h "^config" target/packages/pkg-available/* \
 			|grep -i "$(ADK_TARGET_COLLECTION)" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(TOPDIR)/.defconfig; \
 	fi
-	if [ ! -z "$(ADK_TARGET_LIBC)" ];then \
+	@if [ ! -z "$(ADK_TARGET_LIBC)" ];then \
 		grep "^config" target/config/Config.in.libc.choice \
 			|grep -i "$(ADK_TARGET_LIBC)" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(TOPDIR)/.defconfig; \
 	fi
-	if [ ! -z "$(ADK_TARGET_SYSTEM)" ];then \
+	@if [ ! -z "$(ADK_TARGET_SYSTEM)" ];then \
 		system=$$(echo "$(ADK_TARGET_SYSTEM)" |sed -e "s/-/_/g"); \
 		grep -h "^config" target/*/Config.in.systems \
 			|grep -i "$$system$$" \

+ 1 - 0
target/arch.lst

@@ -3,6 +3,7 @@ arm
 m68k
 microblaze
 mips
+mips64
 ppc
 ppc64
 sparc

+ 0 - 10
toolchain/glibc/tarch.lst

@@ -1,22 +1,12 @@
 arm
-armhf
 m68k
 microblaze
-microblazeel
 mips
-mipsel
 mips64
-mips64n32
-mips64n64
-mips64el
-mips64eln32
-mips64eln64
 ppc
 ppc64
 sh4
-sh4eb
 sparc
 sparc64
 x86
 x86_64
-x86_64_x32

+ 0 - 5
toolchain/musl/tarch.lst

@@ -1,12 +1,7 @@
 arm
-armhf
 microblaze
-microblazeel
 mips
-mipsel
 ppc
 sh4
-sh4eb
 x86
 x86_64
-x86_64_x32

+ 0 - 8
toolchain/uclibc/tarch.lst

@@ -1,15 +1,7 @@
 arm
-armhf
 mips
-mipsel
 mips64
-mips64n32
-mips64n64
-mips64el
-mips64eln32
-mips64eln64
 ppc
 sh4
-sh4eb
 x86
 x86_64