mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition
SVN-Revision: 8038
This commit is contained in:
parent
03e1a8f7d6
commit
650ee7c337
@ -72,7 +72,7 @@ endef
|
|||||||
define Package/libgcc
|
define Package/libgcc
|
||||||
$(call Package/gcc/Default)
|
$(call Package/gcc/Default)
|
||||||
TITLE:=GCC support library
|
TITLE:=GCC support library
|
||||||
DEPENDS:=@!LINUX_2_6_AVR32
|
DEPENDS:=@!LINUX_2_6_AVR32||@!NATIVE_TOOLCHAIN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libssp
|
define Package/libssp
|
||||||
|
Loading…
Reference in New Issue
Block a user