From c2eba9719e980cda0b777df0567bbd9a6bbcf029 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 12 Nov 2009 12:20:38 +0000 Subject: [PATCH] neither avr32 or coldfire has a shared libgcc SVN-Revision: 18402 --- 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.30.2