summaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-05-09 17:24:30 +0930
committerAlan Modra <amodra@gmail.com>2016-05-09 17:24:30 +0930
commit6eb7d83039db70127a6eb3e4b64ecae782c42f00 (patch)
tree284fd067486280ddf8112a8ebfc0369e5d4e880d /zlib
parenta64f5ba148ca55949677dc4a99727f1f6c02d17d (diff)
downloadbinutils-gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.gz
Regenerate configure
Diffstat (limited to 'zlib')
-rwxr-xr-xzlib/configure2
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