diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-06-12 14:29:10 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-06-12 14:29:10 +0000 |
commit | fafb938754336f69a0e7f3dac96c938e2a97adc9 (patch) | |
tree | 813302e926a8a8f4cf3587f19f1de1cbd8e0fc3c /gcc | |
parent | e20eae6a8dd495f17a867855e384e6cbea99d61f (diff) | |
download | gcc-fafb938754336f69a0e7f3dac96c938e2a97adc9.zip gcc-fafb938754336f69a0e7f3dac96c938e2a97adc9.tar.gz gcc-fafb938754336f69a0e7f3dac96c938e2a97adc9.tar.bz2 |
Revert accidental commit.
From-SVN: r200016
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index a59e7c8..8c22107 100755 --- a/gcc/configure +++ b/gcc/configure @@ -21973,7 +21973,7 @@ else then gcc_cv_as_weakref=yes fi elif test x$gcc_cv_as != x; then - $as_echo ' .weakref2 foobar, barfnot' > conftest.s + $as_echo ' .weakref foobar, barfnot' > conftest.s if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 (eval $ac_try) 2>&5 |