[cfe-commits] [llvm-commits] [PATCH] Fix for bug 11060: configure --target does not work

Joerg Sonnenberger joerg at britannica.bec.de
Thu Oct 13 13:14:53 PDT 2011


On Thu, Oct 13, 2011 at 03:02:39PM -0500, Sebastian Pop wrote:
> I do not see why you would like to "derive LLVM_HOSTTRIPLE from $target
> and not $host".  This does not make any sense to me and adds confusion.
> It should even be the other way around, if you check configure --help
> (the default values are in between square brackets):

It does not add confusion, because the naming is already confusing.
LLVM_HOSTTRIPLE specifies the default *target*. It doesn't care about
the *host*.

Joerg



More information about the cfe-commits mailing list