neither avr32 or coldfire has a shared libgcc
[openwrt/staging/florian.git] / package / base-files / Makefile
index 5e5066eeafc4da9d6be6b5a0c22fd76375f2f312..8138f1cd4d9f791cb8f5e2cef07c1b1cf219cdeb 100644 (file)
@@ -156,7 +156,9 @@ define Package/libc/Default
   SECTION:=libs
   CATEGORY:=Base system
   VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
+ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
   DEPENDS:=+libgcc
+endif
   URL:=$(LIBC_URL)
 endef