On Tuesday 2017-04-18 17:18, Mojca Miklavec wrote:
>I would like to request a patch for config.guess to partially address
>some problems experienced when setting
>    CC="gcc -arch ppc"
>on Mac OS X 10.4-10.6 i386 or x86_64.

At least on my side of the ocean, when cross-compiling, specifying the
triplet is the correct way.
 ./configure --host=powerpc-unknown-linux-gnu

That will invoke /usr/bin/powerpc-unknown-linux-gnu-gcc etc., which can either
be the PPC compiler, or a shell script invoking an existing native-by-default
gcc with more arguments.

_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to