mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Correct missed use of $(rtlddir).
This commit is contained in:
parent
a065ceffdf
commit
04eed2b061
@ -1,3 +1,7 @@
|
||||
2013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
|
||||
|
||||
2013-03-20 Ondřej Bílka <neleai@seznam.cz>
|
||||
|
||||
[BZ 14176]
|
||||
|
@ -928,7 +928,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 (' $(slibdir)/$(rtld-installed-name) ') )' \
|
||||
' AS_NEEDED (' $(rtlddir)/$(rtld-installed-name) ') )' \
|
||||
) > $@.new
|
||||
mv -f $@.new $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user