define Package/libgcc
$(call Package/gcc/Default)
TITLE:=GCC support library
- DEPENDS+=@!(TARGET_avr32||TARGET_coldfire)
+ DEPENDS+=@!(TARGET_avr32)
endef
define Package/libgcc/config
SECTION:=libs
CATEGORY:=Base system
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
-ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
+ifneq ($(TARGET_avr32),)
DEPENDS:=+libgcc
endif
URL:=$(LIBC_URL)
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)
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)