diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-26 13:44:36 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-26 13:44:36 +0000 |
commit | 805617640fe1e39bc89df75029ec8c5ddf9471a4 (patch) | |
tree | 75efeeaafc41281d929011cb292b5b8b9c7bc649 /libgomp/configure | |
parent | 3faa279c21727ecc3cc1e4e88256166e473f03ba (diff) | |
download | gcc-805617640fe1e39bc89df75029ec8c5ddf9471a4.tar.gz |
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-x | libgomp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |