This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Month ping: Re: Typo in configure.in for combined tree (uberbaum-style) builds


This patch is still unreviewed; could someone please comment on it?

On Thu, Jun 06, 2002 at 11:18:10AM -0400, Daniel Jacobowitz wrote:
> I noticed that the results of configure weren't matching reality; there's a
> typo in the gas version checking.  Could someone commit this (maybe to the
> branch also)?
> 
> -- 
> Daniel Jacobowitz                           Carnegie Mellon University
> MontaVista Software                         Debian GNU/Linux Developer
> 
> 
> 2002-06-06  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* 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.
> 
> --- gcc/configure.in.orig	Thu Jun  6 11:14:52 2002
> +++ gcc/configure.in	Thu Jun  6 11:15:08 2002
> @@ -2079,7 +2079,7 @@
>  	-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
> @@ -2105,7 +2105,7 @@
>  	-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
> 

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]