On May 16, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:

> +     Either we cross-compile the whole package, or we don't.
> +     Using --host explicitly enables cross-compilation.

Ok

> +    AC_MSG_WARN([the C compiler is not a cross compiler as was expected]);;

I'm not sure I like this warning.  You may be able to run a simple
program, but not any generic program, if you're compiling for i686 on
a i586, for example.  Instead of stating the compiler is *not* a cross
compiler, we could just say it doesn't seem to be one.

-- 
Alexandre Oliva    Enjoy Guaran�, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

Reply via email to