From 16a0fe505976609468dad38f6f7ddc2e68517ee7 Mon Sep 17 00:00:00 2001 From: Laurynas Biveinis Date: Wed, 14 Mar 2001 20:12:50 +0000 Subject: [PATCH] configure.in: Use $gcc_cv_as instead of $as. * configure.in: Use $gcc_cv_as instead of $as. * configure: Regenerated. From-SVN: r40470 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7450b38672..e68a5faf135 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-03-14 Laurynas Biveinis + + * configure.in: Use $gcc_cv_as instead of $as. + * configure: Regenerated. + 2001-03-14 Neil Booth * cppfiles.c (stack_include_file): Only increase the include diff --git a/gcc/configure b/gcc/configure index 71e8954d568..91704b0457f 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 \ diff --git a/gcc/configure.in b/gcc/configure.in index 5e54050c71d..680a64ae263 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 \ -- 2.30.2