]> gcc.gnu.org Git - gcc.git/commitdiff
Revert accidental commit.
authorJan Hubicka <hubicka@gcc.gnu.org>
Wed, 12 Jun 2013 14:29:10 +0000 (14:29 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 12 Jun 2013 14:29:10 +0000 (14:29 +0000)
From-SVN: r200016

gcc/configure

index a59e7c867f8dd5797aefea378f993133a133bd4c..8c221078102381412fb42da6dc4b81abb4695288 100755 (executable)
@@ -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
This page took 0.091263 seconds and 5 git commands to generate.