projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1404796
)
neither avr32 or coldfire has a shared libgcc
author
Imre Kaloz
<kaloz@openwrt.org>
Thu, 12 Nov 2009 12:20:38 +0000
(12:20 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Thu, 12 Nov 2009 12:20:38 +0000
(12:20 +0000)
SVN-Revision: 18402
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 5e5066eeafc4da9d6be6b5a0c22fd76375f2f312..8138f1cd4d9f791cb8f5e2cef07c1b1cf219cdeb 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-156,7
+156,9
@@
define Package/libc/Default
SECTION:=libs
CATEGORY:=Base system
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
+ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
DEPENDS:=+libgcc
+endif
URL:=$(LIBC_URL)
endef