Re: Cross compiling when in fact we aren't

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Guido Draheim <guidod-2003-@xxxxxx> writes:
>
> powerpc-*-darwin*)
>    # The spiffy cpp-precomp chokes on some legitimate constructs in GCC
>    # sources; use -no-cpp-precomp to get to GNU cpp.

That arises from longlong.h in gmp too (for the normal compiler, not
the build system compiler).  It's actually only a speedup, since an
error in the precompiling cpp automatically re-runs the plain cpp.  We
attacked it by adding -no-cpp-precomp if that option works, which is
probably safer than hard coding it.  (Though the test is still
restricted to gcc on powerpc*-*-*, to avoid junking up other systems.)



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux