Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
	LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
	get the __stack_chk_fail_local definition when it's needed.
  • Loading branch information
Ulrich Drepper committed Jul 28, 2006
1 parent 6de1f62 commit 6822f05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2006-07-28 Ulrich Drepper <drepper@redhat.com>

* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
LDFLAGS. Add -lgcc_eh and libc_nonshared (again) to make sure we
get the __stack_chk_fail_local definition when it's needed.

2006-07-26 Ulrich Drepper <drepper@redhat.com>

* dlfcn/Makefile: Add rules to build and run bug-atexit3.
Expand Down
2 changes: 1 addition & 1 deletion dlfcn/Makefile
Expand Up @@ -136,7 +136,7 @@ $(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so
$(objpfx)bug-atexit2-lib.so: $(common-objpfx)libc.so \
$(common-objpfx)libc_nonshared.a

LDFLAGS-bug-atexit3-lib.so = -lstdc++
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
$(objpfx)bug-atexit3-lib.so: $(common-objpfx)libc.so \
Expand Down

0 comments on commit 6822f05

Please sign in to comment.