From: florian 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.rohieb.name/openwrt.git/commitdiff_plain/ab9b22a07a4eed45100771e18b40306953da7c96 libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8038 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 64c3ead20..1c6cc0578 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