From 6822f05652c50c63cdaacffd41b5ad2db0f027ce Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 28 Jul 2006 19:57:56 +0000 Subject: * 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. --- dlfcn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index f2ef2f72a3..649f61de63 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -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 \ -- cgit 1.4.1