diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-18 13:50:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-18 13:50:25 +0000 |
commit | 650ee7c337f5788b7b59a3241746fb08e6b3d577 (patch) | |
tree | a73c741c1eafa93d8a54837c222bf33fbb609e0a /package | |
parent | 03e1a8f7d6c20fb984cd59b706fa350db9925770 (diff) | |
download | upstream-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')
-rw-r--r-- | package/base-files/Makefile | 2 |
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 |