[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
Chris Lattner
sabre at nondot.org
Wed Aug 22 16:52:13 PDT 2007
On Wed, 22 Aug 2007, Anton Korobeynikov wrote:
>> make[3]: *** [libgcc_s.10.5.dylib] Error 1
>> So I think, why am I building for 10.5? No wonder that doesn't link.
> This can be apple local changes. Better to wait for answer from apple
> folks. What if you supply --disable-shared?
I'm not sure, but try hacking out the references to 10.5 from
gcc/config/t-slibgcc-darwin
I don't know if there is a way to detect the availability of leopard
features or not. If so, that would be better than hacking :)
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list