summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-12 12:20:38 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-12 12:20:38 +0000
commit62cade03b8f704f3f01ad1356c4bca1d197b39a4 (patch)
treebe682607c3130c58a0ab17e0994b77bd2294718d /package
parent26862c3e56fe9164f7a7a45305d99965145b975e (diff)
neither avr32 or coldfire has a shared libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 5e5066eea..8138f1cd4 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