From: Nicolas Thill Date: Wed, 23 Nov 2011 21:44:36 +0000 (+0000) Subject: cleanup: remove refs to unsupported "sibyte" target X-Git-Tag: backfire_10.03.1~30 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=19fb9ae47a0aea693297ed2d5c54b47d420f6e9c;p=openwrt%2Fsvn-archive%2Fopenwrt.git cleanup: remove refs to unsupported "sibyte" target SVN-Revision: 29307 --- diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 3ec569746f..c87e6c37f4 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -156,7 +156,7 @@ define KernelPackage/madwifi TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ MAINTAINER:=Felix Fietkau - DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_octeon||TARGET_sibyte)||BROKEN) + DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_octeon)||BROKEN) FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) MENU:=1 diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 55b8400999..0424475432 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -7,10 +7,10 @@ choice default GCC_VERSION_4_3_3 if powerpc64 default GCC_VERSION_4_3_3 if TARGET_coldfire default GCC_VERSION_4_4_1 if ubicom32 - default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte) + default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon) default GCC_VERSION_4_3_3_CS if (arm || armeb) default GCC_VERSION_4_4_3 if powerpc - default GCC_VERSION_4_4_3 if (TARGET_octeon || TARGET_sibyte) + default GCC_VERSION_4_4_3 if (TARGET_octeon) default GCC_VERSION_4_1_2 help Select the version of gcc you wish to use. diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index fd4f6905c9..9334065ba3 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -69,7 +69,7 @@ if !LINUX_2_4 default y if TARGET_coldfire config GCC_VERSION_4_3_3_CS - default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte) + default y if (mips || mipsel) && !(TARGET_octeon) default y if (arm || armeb) config GCC_VERSION_4_4_1 @@ -77,7 +77,7 @@ if !LINUX_2_4 config GCC_VERSION_4_4_3 default y if powerpc - default y if (TARGET_octeon || TARGET_sibyte) + default y if (TARGET_octeon) endif endif