浏览代码

Remove code specific to removed architectures

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 年之前
父节点
当前提交
97d8618c6c
共有 6 个文件被更改,包括 4 次插入11 次删除
  1. 2 2
      fs/jffs2/Config.in
  2. 0 3
      package/liboil/liboil.mk
  3. 1 1
      package/ltrace/Config.in
  4. 0 3
      package/openssl/openssl.mk
  5. 1 1
      toolchain/gcc/Config.in
  6. 0 1
      toolchain/toolchain-common.in

+ 2 - 2
fs/jffs2/Config.in

@@ -95,10 +95,10 @@ config BR2_TARGET_ROOTFS_JFFS2_PADSIZE
 
 
 choice
 choice
 	prompt "Endianess"
 	prompt "Endianess"
-	default BR2_TARGET_ROOTFS_JFFS2_BE if BR2_alpha || BR2_armeb || \
+	default BR2_TARGET_ROOTFS_JFFS2_BE if BR2_armeb || \
 			BR2_avr32 || BR2_m68k || BR2_mips || \
 			BR2_avr32 || BR2_m68k || BR2_mips || \
 			BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
 			BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
-			BR2_sh3eb || BR2_sh4eb || BR2_sparc || BR2_sparc64
+			BR2_sh3eb || BR2_sh4eb || BR2_sparc
 
 
 config BR2_TARGET_ROOTFS_JFFS2_LE
 config BR2_TARGET_ROOTFS_JFFS2_LE
 	bool "little-endian"
 	bool "little-endian"

+ 0 - 3
package/liboil/liboil.mk

@@ -16,9 +16,6 @@ LIBOIL_INSTALL_TARGET = YES
 ifeq ($(BR2_avr32),y)
 ifeq ($(BR2_avr32),y)
 LIBOIL_CONF_ENV = as_cv_unaligned_access=no
 LIBOIL_CONF_ENV = as_cv_unaligned_access=no
 endif
 endif
-ifeq ($(BR2_cris),y)
-LIBOIL_CONF_ENV = as_cv_unaligned_access=yes
-endif
 ifeq ($(BR2_x86_64),y)
 ifeq ($(BR2_x86_64),y)
 LIBOIL_CONF_ENV = as_cv_unaligned_access=yes
 LIBOIL_CONF_ENV = as_cv_unaligned_access=yes
 endif
 endif

+ 1 - 1
package/ltrace/Config.in

@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LTRACE
 config BR2_PACKAGE_LTRACE
 	bool "ltrace"
 	bool "ltrace"
-	depends on !(BR2_avr32 || BR2_cris || BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64 || BR2_xtensa)
+	depends on !(BR2_avr32 || BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64 || BR2_xtensa)
 	select BR2_PACKAGE_LIBELF
 	select BR2_PACKAGE_LIBELF
 	help
 	help
 	  Debugging program which runs a specified command until it exits.
 	  Debugging program which runs a specified command until it exits.

+ 0 - 3
package/openssl/openssl.mk

@@ -11,9 +11,6 @@ OPENSSL_DEPENDENCIES = zlib
 OPENSSL_TARGET_ARCH=generic32
 OPENSSL_TARGET_ARCH=generic32
 
 
 # Some architectures are optimized in OpenSSL
 # Some architectures are optimized in OpenSSL
-ifeq ($(ARCH),ia64)
-OPENSSL_TARGET_ARCH=ia64
-endif
 ifeq ($(ARCH),powerpc)
 ifeq ($(ARCH),powerpc)
 OPENSSL_TARGET_ARCH=ppc
 OPENSSL_TARGET_ARCH=ppc
 endif
 endif

+ 1 - 1
toolchain/gcc/Config.in

@@ -93,7 +93,7 @@ config BR2_GCC_SHARED_LIBGCC
 	bool "Build/install a shared libgcc?"
 	bool "Build/install a shared libgcc?"
 	depends on !BR2_PREFER_STATIC_LIB
 	depends on !BR2_PREFER_STATIC_LIB
 	default y
 	default y
-	depends on !BR2_sparc && !BR2_sparc64
+	depends on !BR2_sparc
 	help
 	help
 	  Build/install a shared libgcc library
 	  Build/install a shared libgcc library
 
 

+ 0 - 1
toolchain/toolchain-common.in

@@ -9,7 +9,6 @@ comment "Common Toolchain Options"
 
 
 config BR2_LARGEFILE
 config BR2_LARGEFILE
 	bool "Enable large file (files > 2 GB) support?"
 	bool "Enable large file (files > 2 GB) support?"
-	depends on !BR2_cris
 	help
 	help
 	  If you are building your own toolchain and you want to 
 	  If you are building your own toolchain and you want to 
 	  support files larger than 2GB then enable this option.
 	  support files larger than 2GB then enable this option.