diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rwxr-xr-x | gcc/configure | 2 | ||||
| -rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7450b3..e68a5fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/configure b/gcc/configure index 71e8954..91704b0 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 5e54050..680a64a 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 \ |
