From: nico Date: Wed, 23 Nov 2011 21:44:39 +0000 (+0000) Subject: [backfire] cleanup: remove refs to unsupported "coldfire" target X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=4b01d8a7ee70a25b2bc4a332e4c73e2d229845f8 [backfire] cleanup: remove refs to unsupported "coldfire" target git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29309 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3b4830dcf..b3d6605ff 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -78,7 +78,7 @@ endef define Package/libgcc $(call Package/gcc/Default) TITLE:=GCC support library - DEPENDS+=@!(TARGET_avr32||TARGET_coldfire) + DEPENDS+=@!(TARGET_avr32) endef define Package/libgcc/config @@ -161,7 +161,7 @@ define Package/libc/Default SECTION:=libs CATEGORY:=Base system VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE) -ifneq ($(TARGET_avr32)$(TARGET_coldfire),) +ifneq ($(TARGET_avr32),) DEPENDS:=+libgcc endif URL:=$(LIBC_URL) diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 042447543..26ae069d4 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -5,7 +5,6 @@ choice default GCC_VERSION_3_4_6 if LINUX_2_4 default GCC_VERSION_4_2_4 if avr32 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) default GCC_VERSION_4_3_3_CS if (arm || armeb) diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 9334065ba..8cd8df401 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -66,7 +66,6 @@ if !LINUX_2_4 config GCC_VERSION_4_3_3 default y if powerpc64 - default y if TARGET_coldfire config GCC_VERSION_4_3_3_CS default y if (mips || mipsel) && !(TARGET_octeon)