From 3e0fb1a3e3c4bedf0adfee1ee5f1de0345f2a7f8 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 26 Nov 2015 08:44:36 -0500 Subject: [PATCH] Fix typo From-SVN: r230954 --- libgomp/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/configure b/libgomp/configure index de135d4f7c7..aaa17c9a55a 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