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

> configure: WARNING: For backwards compatibility, --build will be set to --host
>     if a cross compiler can not be found

This is not true.  Akim committed the patch without updating the
documentation.  Now, --build is guessed unless explicitly specified.
If --host is specified but --build isn't, we'll enter
cross-compilation mode if an executable generated by the compiler
can't be run.  If both --host and --build are specified, and they're
different, we enter cross compilation mode unconditionally.  If
they're equal, or not specified, we will reject a cross compiler.

> The next problem is that when a cross compiler is not
> detected, we need to reset --build to --host.

Why?!?

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