Skip to content
Snippets Groups Projects
Commit 650ee7c3 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

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

SVN-Revision: 8038
parent 03e1a8f7
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ endef ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment