From da77408f4c7954ab780a1c8b43fc6e16b6e78621 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 4 Jul 2002 22:43:29 +0000 Subject: [PATCH] configure.in: Correct typos... * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag to gcc_cv_as_gstabs_flag. * configure: Rebuilt. From-SVN: r55249 --- gcc/ChangeLog | 7 +++++++ gcc/configure | 4 ++-- gcc/configure.in | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9efe9a9f481..648247aa276 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2002-07-04 Daniel Jacobowitz + + * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to + gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag + to gcc_cv_as_gstabs_flag. + * configure: Rebuilt. + 2002-07-04 Geoffrey Keating * ggc.h (ggc_add_root): Document as obsolete. diff --git a/gcc/configure b/gcc/configure index ca666c769e4..ff95231beb7 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7851,7 +7851,7 @@ then -o "$gcc_cv_gas_major_version" -gt 2 \ && grep 'obj_format = elf' ../gas/Makefile > /dev/null \ && test x"$insn" != x ; then - gcc_cv_as_gdwarf2_debug_flag="yes" + gcc_cv_as_gdwarf2_flag="yes" fi elif test x$gcc_cv_as != x -a x"$insn" != x ; then echo '' > conftest.s @@ -7880,7 +7880,7 @@ then -o "$gcc_cv_gas_major_version" -gt 2 \ && grep 'obj_format = elf' ../gas/Makefile > /dev/null \ && test x"$insn" != x ; then - gcc_cv_as_gstabs_debug_flag="yes" + gcc_cv_as_gstabs_flag="yes" fi elif test x$gcc_cv_as != x -a x"$insn" != x ; then echo '' > conftest.s diff --git a/gcc/configure.in b/gcc/configure.in index 48b3106ae74..e75215ac116 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2103,7 +2103,7 @@ then -o "$gcc_cv_gas_major_version" -gt 2 \ && grep 'obj_format = elf' ../gas/Makefile > /dev/null \ && test x"$insn" != x ; then - gcc_cv_as_gdwarf2_debug_flag="yes" + gcc_cv_as_gdwarf2_flag="yes" fi elif test x$gcc_cv_as != x -a x"$insn" != x ; then echo '' > conftest.s @@ -2129,7 +2129,7 @@ then -o "$gcc_cv_gas_major_version" -gt 2 \ && grep 'obj_format = elf' ../gas/Makefile > /dev/null \ && test x"$insn" != x ; then - gcc_cv_as_gstabs_debug_flag="yes" + gcc_cv_as_gstabs_flag="yes" fi elif test x$gcc_cv_as != x -a x"$insn" != x ; then echo '' > conftest.s -- 2.30.2