Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: no ac_cv_cygwin in 2.50
- X-seq: zsh-workers 14768
- From: Alexandre Duret-Lutz <duret_g@xxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: no ac_cv_cygwin in 2.50
- Date: 06 Jun 2001 18:10:48 +0200
- Cc: "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- In-reply-to: <002601c0ee7c$31bc18e0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: LRDE/EPITA http://www.lrde.epita.fr/
- References: <002601c0ee7c$31bc18e0$21c9ca95@xxxxxxxxxxxxxx>
>>> "Andrej" == Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx> writes:
Andrej> It is disappeared; canonical way is to use
Andrej> $host_os. Hmm ... should it be $target_os, really?
No. Any use of $target would be wrong in Zsh.
The handling of --build, --host, and --target was a real mess in
autoconf =< 2.13, but now it's crystal clear:
--build is the arch on which you build,
--host is the arch on which the program will run
--target is used *only* when building compiler tool-chains and specifies the
arch for which they should produce output.
There are A LOT of configure.in out there that erroneously use
$target in lieu of $host.
[...]
--
Alexandre Duret-Lutz
Messages sorted by:
Reverse Date,
Date,
Thread,
Author