From 2bd05a4fc26c297754f7ee5745a1c3b072a44b7d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 25 Aug 2012 17:13:28 -0400 Subject: add gnu hash support in the dynamic linker based on the patches contributed by boris brezillon. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1e8b9741..11051800 100755 --- a/configure +++ b/configure @@ -268,7 +268,7 @@ fi # Some patched GCC builds have these defaults messed up... tryflag CFLAGS_AUTO -fno-stack-protector -tryldflag LDFLAGS_AUTO -Wl,--hash-style=sysv +tryldflag LDFLAGS_AUTO -Wl,--hash-style=both # Disable dynamic linking if ld is broken and can't do -Bsymbolic-functions LDFLAGS_DUMMY= -- cgit v1.2.1