aboutsummaryrefslogtreecommitdiff
path: root/libgomp/configure
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2015-11-26 13:27:21 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2015-11-26 08:27:21 -0500
commit6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0 (patch)
tree820d672e8ead40448c039cc94b84be530beb0806 /libgomp/configure
parentf95207445bf0a3a1ded17ae30d16e310f633edd7 (diff)
downloadgcc-6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0.zip
gcc-6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0.tar.gz
gcc-6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0.tar.bz2
* configure: Regenerate.
From-SVN: r230950
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-xlibgomp/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgomp/configure b/libgomp/configure
index 74d4e82..de135d4 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -9093,7 +9093,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
@@ -12953,7 +12953,7 @@ _LT_EOF
if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
export_symbols_cmds_FC='$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_FC='$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_FC='$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