On Jun 13, 2006, at 1:21 AM, Bill Northcott wrote:
I am trying to build a universal APPLE gcc on a MacOS PPC system,
because I want to tweak it to add a couple extra features.
The assumption is incorrect because, MacOS PPC systems do not have
i386 code in their system libraries, only ppc and ppc64.
:-) Mine does. If you add a strategic -L to point to the SDK area,
you might get it to build.
None of this is a problem on MacOS X Intel. The cross-compilers
build without problems on an Intel Mac.
Well, apparently one solution is to fatten your system. The other
might be to try:
x86-*-darwin*,*-*-darwin*)
instead, and then use --with-sysroot=/.
[ this list is for people that want to roll up their sleeves and fix
their own problem. If you want us to fix it for you, just file a
PR. :-) ]