On Dec 12, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:

> What you describe is precisely what I meant by `build': there is not a
> single reference to the host in what you describe.

Nope, the output of the compiler follows conventions of the host
machine, so it's a characteristic of the host.

> Because some people might use a cross-compiler which produces foo,
> not foo.exe, while the machine on which the executable will be
> installed needs to be installed as foo.exe.

Such a cross-compiler would be a broken compiler.  I don't know of any
such cross-compilers, so this point is moot.

> Why isn't `install' which takes care of this on the *host* machine?

Because install isn't part of a cross-build environment, so it knows
only about the build machine, not the host machine?

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