projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab7619
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18402
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
5e5066e
..
8138f1c
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