projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611eb94
)
(libc.so): Add AS_NEEDED line for dynamic linker.
author
Ulrich Drepper
<drepper@redhat.com>
Thu, 24 Feb 2005 02:09:38 +0000
(
02:09
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Thu, 24 Feb 2005 02:09:38 +0000
(
02:09
+0000)
Makerules
patch
|
blob
|
history
diff --git
a/Makerules
b/Makerules
index 887d7275c35fe6096c3ab554209ff5cc790acc01..5c8185f214bf92a6a0effb214b5ae01a23e9f122 100644
(file)
--- a/
Makerules
+++ b/
Makerules
@@
-972,7
+972,7
@@
$(inst_libdir)/libc.so: $(common-objpfx)format.lds \
cat $<; \
echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
'$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
- ')' \
+ '
AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ')
)' \
) > $@.new
mv -f $@.new $@