On Apr 27, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:

> Hm, what scripts are you thinking about?

Scripts that would run configure and install software, for example.

> And are you sure their authors will be happy to see their script
> still working, but doing something different?

Why would they be doing something different?


You mean, because now they'd be considered to be cross compiling?
Hmm...  I think I begin to understand why the current implementation
is as it is.  If you specify TRIPLET, it will set a default for all of
build, host and target, unless they're explicitly overridden by
--host, --build or --target arguments.  So why not retain this
behavior?  It can be done in a much simpler way: when you encounter
any such argument, just set the host, build and target variables that
are still set to NONE.

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