Skip to content

Commit

Permalink
Fix dlfcn/Makefile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab authored and Ulrich Drepper committed Jul 2, 2010
1 parent 2983d85 commit 52ed8be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dlfcn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 52ed8be

Please sign in to comment.