projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7075328
)
uclibc++: use the shared libgcc instead of forcing the static one
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Mar 2011 05:41:44 +0000
(
05:41
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Mar 2011 05:41:44 +0000
(
05:41
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25804
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/uclibc++/Makefile
patch
|
blob
|
history
diff --git
a/libs/uclibc++/Makefile
b/libs/uclibc++/Makefile
index
6420d8b
..
503c12e
100644
(file)
--- a/
libs/uclibc++/Makefile
+++ b/
libs/uclibc++/Makefile
@@
-51,7
+51,8
@@
MAKE_FLAGS:= \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
CROSS="$(TARGET_CROSS)" \
CP="$(CP)" \
- $(if $(CONFIG_TARGET_avr32),check_as_needed=)
+ GEN_LIBS="-lc $(LIBGCC_S)" \
+ check_as_needed=
# check_as_needed overrides dependency on libgcc_s