aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorLaurynas Biveinis <lauras@softhome.net>2001-03-14 20:12:50 +0000
committerLaurynas Biveinis <lauras@gcc.gnu.org>2001-03-14 20:12:50 +0000
commit16a0fe505976609468dad38f6f7ddc2e68517ee7 (patch)
tree944b436e5b5fd86bf9b1c8cd97eb2bf81d5ea29d /gcc
parent01f537aba0ebefc5ca17d3282567890a958037db (diff)
downloadgcc-16a0fe505976609468dad38f6f7ddc2e68517ee7.zip
gcc-16a0fe505976609468dad38f6f7ddc2e68517ee7.tar.gz
gcc-16a0fe505976609468dad38f6f7ddc2e68517ee7.tar.bz2
configure.in: Use $gcc_cv_as instead of $as.
* configure.in: Use $gcc_cv_as instead of $as. * configure: Regenerated. From-SVN: r40470
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
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 \