Skip to content

Commit

Permalink
(libc.so): Add AS_NEEDED line for dynamic linker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 24, 2005
1 parent 611eb94 commit d3f5f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makerules
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

Expand Down

0 comments on commit d3f5f87

Please sign in to comment.