From 62cade03b8f704f3f01ad1356c4bca1d197b39a4 Mon Sep 17 00:00:00 2001 From: kaloz Date: Thu, 12 Nov 2009 12:20:38 +0000 Subject: [PATCH] neither avr32 or coldfire has a shared libgcc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18402 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0