projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e1a8f
)
libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32...
author
Florian Fainelli
<florian@openwrt.org>
Wed, 18 Jul 2007 13:50:25 +0000
(13:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 18 Jul 2007 13:50:25 +0000
(13:50 +0000)
SVN-Revision: 8038
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 64c3ead2047dccbef385370bf6e21c40ac9bdf3e..1c6cc057823d689330a4fca2e4b42f0cbed11369 100644
(file)
--- 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