Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: no ac_cv_cygwin in 2.50



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