1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 23:57:37 +03:00

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
This commit is contained in:
florian 2007-07-18 13:50:25 +00:00
parent bc25701793
commit ab9b22a07a

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