]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix dlfcn/Makefile cleanup
authorAndreas Schwab <schwab@redhat.com>
Fri, 2 Jul 2010 06:02:50 +0000 (23:02 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Jul 2010 06:02:50 +0000 (23:02 -0700)
ChangeLog
dlfcn/Makefile

index 12646a65fc64d7ebdd9c3aef0a32cbe4fa49c486..4d5da2d27d31f0b3e8d0b6df035ec0eaba5ad143 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-30  Andreas Schwab  <schwab@redhat.com>
+
+       * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
+       $(common-objpfx)libc_nonshared.a.
+
 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
 
        * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
index 2631d87a90515eb3f52204a138145d25bbe97267..578bc3ffe34baba1d4794cb4fd4f1c69fc2ff2ae 100644 (file)
@@ -124,7 +124,7 @@ $(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
+LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)libc_nonshared.a
 $(objpfx)bug-atexit3: $(libdl)
 $(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so