Re: recompile without -mlong-branch?
Re: recompile without -mlong-branch?
- Subject: Re: recompile without -mlong-branch?
- From: Bernhard Baehr <email@hidden>
- Date: Sat, 5 Sep 2009 15:39:46 +0200
The Snow Leopard version of the 10.4u SDK seems to contain an outdated
version of crt1.o. You can fix the linker warning on your own by
recompiling the Csu package from the Tiger sources; the 10.4.11 x86
sources already have the correct compiler flags (without -mlong_branch):
Download http://www.opensource.apple.com/release/mac-os-x-10411x86 =>
Csu-71 (http://www.opensource.apple.com/tarballs/Csu/Csu-71.tar.gz).
Unzip the archive.
In the Csu-71 directory, execute make RC_ARCHS="ppc ppc64 i386 x86_64"
Replace /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/crt1.o with the newly
created version.
Bernhard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden