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]

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


On Jun  6, 2002, Daniel Jacobowitz <drow@mvista.com> 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)?

> 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.

Thanks, I've finally checked this in.  Sorry about the delay.  Is
there any reason why you'd prefer not to have CVS write access?


BTW, I should point out that the code you're modifying does not use
the cache variables as such, since it sets them to an initial value
invalidating whatever was in the cache before, or what the user might
have set them to.  Correct usage should replace the block delimited by
AC_MSG_CHECKING and AC_MSG_RESULT with a single AC_CACHE_CHECK macro
call.  Any takers to implement and test this change?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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