libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Jul 2007 13:50:25 +0000 (13:50 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Jul 2007 13:50:25 +0000 (13:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8038 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/Makefile

index 64c3ead..1c6cc05 100644 (file)
@@ -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
This page took 0.026596 seconds and 4 git commands to generate.