projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07826e3
)
toolchain: fix libc dependency on libgcc
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:34 +0000
(20:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:34 +0000
(20:27 +0000)
SVN-Revision: 32170
package/toolchain/Makefile
patch
|
blob
|
history
diff --git
a/package/toolchain/Makefile
b/package/toolchain/Makefile
index 879f6da5c4bfef5f22267cd04a365b119e1110c5..227f302a9f92651a7ae2b0c8881daba157d3a004 100644
(file)
--- a/
package/toolchain/Makefile
+++ b/
package/toolchain/Makefile
@@
-111,7
+111,7
@@
define Package/libc/Default
SECTION:=libs
CATEGORY:=Base system
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
-if
n
eq ($(TARGET_avr32)$(TARGET_coldfire),)
+ifeq ($(TARGET_avr32)$(TARGET_coldfire),)
DEPENDS:=+libgcc
endif
URL:=$(LIBC_URL)