mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname option lost in 2001-06-16 change.
2001-06-28 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname option lost in 2001-06-16 change.
This commit is contained in:
parent
2f07975de1
commit
e17f38594f
@ -1,3 +1,8 @@
|
||||
2001-06-28 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back
|
||||
-Wl,-soname option lost in 2001-06-16 change.
|
||||
|
||||
2001-06-27 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* posix/tst-regex.c: Pass REG_NEWLINE to regcomp. Add extra tests.
|
||||
|
@ -153,6 +153,7 @@ $(link-rpcuserlibs): %-link.so: %_pic.a
|
||||
# so they don't need abi-note.o linked into them.
|
||||
$(build-shlib-helper) \
|
||||
-nostdlib -o $@ \
|
||||
-Wl,-soname=$(*F).so$($(*F).so-version) \
|
||||
$(build-shlib-objlist)
|
||||
|
||||
# And get them into the libc.so ldscript.
|
||||
|
Loading…
Reference in New Issue
Block a user