diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-12 12:20:38 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-12 12:20:38 +0000 |
commit | 62cade03b8f704f3f01ad1356c4bca1d197b39a4 (patch) | |
tree | be682607c3130c58a0ab17e0994b77bd2294718d /package/base-files/Makefile | |
parent | 26862c3e56fe9164f7a7a45305d99965145b975e (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/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
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 |