diff options
author | Alan Modra <amodra@gmail.com> | 2016-05-09 17:24:30 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-05-09 17:24:30 +0930 |
commit | 6eb7d83039db70127a6eb3e4b64ecae782c42f00 (patch) | |
tree | 284fd067486280ddf8112a8ebfc0369e5d4e880d /zlib | |
parent | Fix ealphavms.c and eelf64_ia64_vms.c deps (diff) | |
download | binutils-gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.gz binutils-gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.bz2 binutils-gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.zip |
Regenerate configure
Diffstat (limited to 'zlib')
-rwxr-xr-x | zlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/configure b/zlib/configure index 9f7b1c64153..bba9fd284ef 100755 --- a/zlib/configure +++ b/zlib/configure @@ -8353,7 +8353,7 @@ _LT_EOF if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else - export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no |