configure.in: Use $gcc_cv_as instead of $as.

* configure.in: Use $gcc_cv_as instead of $as.
       * configure: Regenerated.

From-SVN: r40470
This commit is contained in:
Laurynas Biveinis 2001-03-14 20:12:50 +00:00 committed by Laurynas Biveinis
parent 01f537aba0
commit 16a0fe5059
3 changed files with 7 additions and 2 deletions

View 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

2
gcc/configure vendored
View File

@ -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 \

View 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 \