From 5c4ef889ce7b0ef6a507f313376de4d3a54ba03b Mon Sep 17 00:00:00 2001 From: hubicka Date: Wed, 12 Jun 2013 14:29:10 +0000 Subject: [PATCH] Revert accidental commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200016 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/configure b/gcc/configure index a59e7c867f8d..8c2210781023 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 -- 2.47.2