On Jul  9, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:

> So config.guess is getting messed up because it is trying to use my
> cross compiler to figure out the build system type.

I had told you this would happen in some cases.  In such cases, you
have to explicitly specify --build.

> I think this variable should be changed to BUILD_CC not HOST_CC,

This has nothing to do with autoconf; config.* are maintained
separately.  But HOST_CC is kept just for backward compatibility;
CC_FOR_BUILD is the variable you should use.

-- 
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    *Please* write to mailing lists, not to me

Reply via email to