libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition

SVN-Revision: 8038
This commit is contained in:
Florian Fainelli 2007-07-18 13:50:25 +00:00
parent 03e1a8f7d6
commit 650ee7c337
1 changed files with 1 additions and 1 deletions

View File

@ -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