neither avr32 or coldfire has a shared libgcc

SVN-Revision: 18402
This commit is contained in:
Imre Kaloz 2009-11-12 12:20:38 +00:00
parent 1404796880
commit c2eba9719e

View 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