mirror of https://github.com/hak5/openwrt-owl.git
libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition
SVN-Revision: 8038owl
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