mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Fix testsuite link failure
This commit is contained in:
parent
91b392a4ba
commit
87162f462e
@ -1,3 +1,8 @@
|
||||
2011-08-22 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
|
||||
$(elfobjdir)/ld.so.
|
||||
|
||||
2011-08-21 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
|
||||
|
@ -124,7 +124,8 @@ $(objpfx)bug-atexit1.out: $(objpfx)bug-atexit1-lib.so
|
||||
$(objpfx)bug-atexit2: $(libdl)
|
||||
$(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so
|
||||
|
||||
LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)libc_nonshared.a
|
||||
LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(elfobjdir)/ld.so \
|
||||
$(common-objpfx)libc_nonshared.a
|
||||
$(objpfx)bug-atexit3: $(libdl)
|
||||
$(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user