Fix typo
authorDavid Edelsohn <dje@gcc.gnu.org>
Thu, 26 Nov 2015 13:44:36 +0000 (08:44 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 26 Nov 2015 13:44:36 +0000 (08:44 -0500)
From-SVN: r230954

libgomp/configure

index de135d4f7c728954036f96567295286d9e72bbc2..aaa17c9a55adc5669e507d76b60071c57f200d69 100755 (executable)
@@ -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