diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-08-25 17:13:28 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-08-25 17:13:28 -0400 |
commit | 2bd05a4fc26c297754f7ee5745a1c3b072a44b7d (patch) | |
tree | cda641d312fcb25618727bbdd7dd59a493c72609 /configure | |
parent | 7dba0494e8153e4358b09cbf30ff07d5ba4dbf37 (diff) | |
download | musl-2bd05a4fc26c297754f7ee5745a1c3b072a44b7d.tar.gz musl-2bd05a4fc26c297754f7ee5745a1c3b072a44b7d.tar.bz2 musl-2bd05a4fc26c297754f7ee5745a1c3b072a44b7d.tar.xz musl-2bd05a4fc26c297754f7ee5745a1c3b072a44b7d.zip |
add gnu hash support in the dynamic linker
based on the patches contributed by boris brezillon.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |