[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tex-live] tlmgr invokes cc on OS X
From: |
Jan Engelhardt |
Subject: |
Re: [tex-live] tlmgr invokes cc on OS X |
Date: |
Wed, 6 Nov 2013 09:39:13 +0100 (CET) |
User-agent: |
Alpine 2.11 (LSU 23 2013-08-11) |
On Wednesday 2013-11-06 00:26, Mojca Miklavec wrote:
>
>The role of config.guess should be figuring out what architecture we
>are compiling *for* (that could easily be i386 or ppc even on x86_64).
This has come up before on the config-patches list[1]. config.guess's
job is not to tell you what you are compiling for, but what the
system type is.
[1]
http://lists.gnu.org/archive/html/config-patches/2013-10/msg00026.html
Therefore,
>if that same user then tries to
>compile an arbitrary software from sources on the very same hardware
>and software and specifies either
> CXX=powerpc-apple-darwin10-g++-4.0
>or
> CXXFLAGS="-arch ppc"
>then I would expect from config.guess to return
>powerpc-apple-darwin10.x.y, not x86_64-apple-darwin10.x.y. (This is
>not the case and I consider this a bug in config.guess, actually.)
is not going to change the output of config.guess, and is not meant
to.