aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-11-12 12:20:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-11-12 12:20:38 +0000
commitc2eba9719e980cda0b777df0567bbd9a6bbcf029 (patch)
treeb3ec1e584956c32380d951fbeecd330b21815ef5 /package/base-files/Makefile
parent1404796880ab9701394284f8ec5b33c41da83b57 (diff)
downloadupstream-c2eba9719e980cda0b777df0567bbd9a6bbcf029.tar.gz
upstream-c2eba9719e980cda0b777df0567bbd9a6bbcf029.tar.bz2
upstream-c2eba9719e980cda0b777df0567bbd9a6bbcf029.zip
neither avr32 or coldfire has a shared libgcc
SVN-Revision: 18402
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 5e5066eeaf..8138f1cd4d 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -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