llvm-gcc 4.0 question

Hi,

I think Dale meant to post this to ask the whole group, instead of just
me. Basically, I'd like to build llvm-gcc 4.2 on host i686-apple-darwin9
for target powerpc-apple-darwin8. So far my efforts have failed. If you
know the answer or can point me in the right direction, I'd be much
obliged.

Thx,

Jose

Hi Dale,

Is there a way to get llvm 4.2 and os x 10.4 to work together? I am
trying to build on x86 10.5 for ppc 10.4 (using 10.4 sdk).

I don't think the prebuilt binaries are useful for this environment.
You'll need to build things yourself. I don't know of any reason llvm-
gcc-4.2 using the 10.4 sdk wouldn't work, once you get it to build.
Don't bother with llvm-gcc-4.0; for one thing, it had some PPC ABI
bugs that are fixed in llvm-gcc-4.2. Has anybody built for the
environment Jose is targeting?

Hi Jose,

I think Dale meant to post this to ask the whole group, instead of just
me. Basically, I'd like to build llvm-gcc 4.2 on host i686-apple-darwin9
for target powerpc-apple-darwin8. So far my efforts have failed. If you
know the answer or can point me in the right direction, I'd be much
obliged.

without details of what you did and how it fails, nobody is likely to be
able to help you.

Best wishes,

Duncan.