configure.in: Use $gcc_cv_as instead of $as.
authorLaurynas Biveinis <lauras@softhome.net>
Wed, 14 Mar 2001 20:12:50 +0000 (20:12 +0000)
committerLaurynas Biveinis <lauras@gcc.gnu.org>
Wed, 14 Mar 2001 20:12:50 +0000 (20:12 +0000)
       * configure.in: Use $gcc_cv_as instead of $as.
       * configure: Regenerated.

From-SVN: r40470

gcc/ChangeLog
gcc/configure
gcc/configure.in

index f7450b386721074ed29933fcc7c3a9808e534f33..e68a5faf1350b98fbf89b7946fb101628cf4d927 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-14  Laurynas Biveinis  <lauras@softhome.net>
+
+       * configure.in: Use $gcc_cv_as instead of $as.
+       * configure: Regenerated.
+
 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
 
         * cppfiles.c (stack_include_file): Only increase the include
index 71e8954d568f74869fcbccce56c94411e9a9ab0e..91704b0457f9c16a990dc444cc7ff5a4ea004093 100755 (executable)
@@ -6098,7 +6098,7 @@ if test "x$gcc_cv_as" = x -a x$host = x$target; then
        # If the loop below does not find an assembler, then use whatever
        # one we can find in the users's path.
        # user's path.
-       as=as$host_exeext
+       gcc_cv_as=as$host_exeext
 
        test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
                   $test_prefix/lib/gcc-lib/$target \
index 5e54050c71d56087a69d3924edb21185f90aad34..680a64ae263b5967a863585a5a724da2205a114e 100644 (file)
@@ -1142,7 +1142,7 @@ if test "x$gcc_cv_as" = x -a x$host = x$target; then
        # If the loop below does not find an assembler, then use whatever
        # one we can find in the users's path.
        # user's path.
-       as=as$host_exeext
+       gcc_cv_as=as$host_exeext
 
        test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
                   $test_prefix/lib/gcc-lib/$target \