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
commit8eb5db243c0d308baca41cfa4e5f1a46cf04ed0d (patch)
treea3d6aec99c82888bd3cc1378da84527f4e56d4e5 /package/base-files
parentc63eb52db8995c1e5c57fc6c4309336199531ff3 (diff)
downloadupstream-8eb5db243c0d308baca41cfa4e5f1a46cf04ed0d.tar.gz
upstream-8eb5db243c0d308baca41cfa4e5f1a46cf04ed0d.tar.bz2
upstream-8eb5db243c0d308baca41cfa4e5f1a46cf04ed0d.zip
libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8038 3c298f89-4303-0410-b956-a3cf2f4a3e73
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