From: Florian Fainelli Date: Wed, 18 Jul 2007 13:50:25 +0000 (+0000) Subject: libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=650ee7c337f5788b7b59a3241746fb08e6b3d577;p=librecmc%2Flibrecmc.git libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition SVN-Revision: 8038 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 64c3ead204..1c6cc05782 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -72,7 +72,7 @@ endef define Package/libgcc $(call Package/gcc/Default) TITLE:=GCC support library - DEPENDS:=@!LINUX_2_6_AVR32 + DEPENDS:=@!LINUX_2_6_AVR32||@!NATIVE_TOOLCHAIN endef define Package/libssp