aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2015-11-26 08:44:36 -0500
committerDavid Edelsohn <dje@gcc.gnu.org>2015-11-26 08:44:36 -0500
commit3e0fb1a3e3c4bedf0adfee1ee5f1de0345f2a7f8 (patch)
tree75efeeaafc41281d929011cb292b5b8b9c7bc649 /libgomp
parenta3735e01f9da802443fb8e7cfdcdddb8c98233e7 (diff)
downloadgcc-3e0fb1a3e3c4bedf0adfee1ee5f1de0345f2a7f8.zip
gcc-3e0fb1a3e3c4bedf0adfee1ee5f1de0345f2a7f8.tar.gz
gcc-3e0fb1a3e3c4bedf0adfee1ee5f1de0345f2a7f8.tar.bz2
Fix typo
From-SVN: r230954
Diffstat (limited to 'libgomp')
-rwxr-xr-xlibgomp/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure
index de135d4..aaa17c9 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -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")) || (\$ 2 == "L") && (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