mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
* Makerules (shlib.lds): Make sure that ld doesn't try to link
anything while generating the linker script.
This commit is contained in:
parent
158a85bff1
commit
c1e781ae7c
@ -1,3 +1,8 @@
|
||||
2003-09-26 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* Makerules (shlib.lds): Make sure that ld doesn't try to link
|
||||
anything while generating the linker script.
|
||||
|
||||
2003-10-31 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* locale/lc-ctype.c (_nl_postload_ctype): Update _nl_global_locale's
|
||||
|
@ -479,6 +479,7 @@ ifeq (yes,$(elf))
|
||||
# not for shared objects
|
||||
$(common-objpfx)shlib.lds: $(common-objpfx)config.make $(..)Makerules
|
||||
$(LINK.o) -shared -Wl,-O1 \
|
||||
-nostdlib -nostartfiles \
|
||||
$(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS.so) \
|
||||
-Wl,--verbose 2>&1 | \
|
||||
sed > $@T \
|
||||
|
Loading…
x
Reference in New Issue
Block a user