aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-07-18 13:50:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-07-18 13:50:25 +0000
commit650ee7c337f5788b7b59a3241746fb08e6b3d577 (patch)
treea73c741c1eafa93d8a54837c222bf33fbb609e0a /package/base-files
parent03e1a8f7d6c20fb984cd59b706fa350db9925770 (diff)
downloadupstream-650ee7c337f5788b7b59a3241746fb08e6b3d577.tar.gz
upstream-650ee7c337f5788b7b59a3241746fb08e6b3d577.tar.bz2
upstream-650ee7c337f5788b7b59a3241746fb08e6b3d577.zip
libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition
SVN-Revision: 8038
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 64c3ead204..1c6cc05782 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -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