Re: another -mlong-branch question
Re: another -mlong-branch question
- Subject: Re: another -mlong-branch question
- From: Greg Guerin <email@hidden>
- Date: Sun, 30 May 2010 10:10:31 -0700
Rick C. wrote:
Funny that in building this crt1.o file "ppc" was used and not
"ppc7400" but I'm guessing for some reason it defaults to ppc7400.
Do you suggest I just stick with the standard crt1.o file even with
the warning or is there another solution? And sorry for
overlooking those post, since I didn't change anything other than
that crt1.o I probably didn't explore enough. :-)
I think you just need to build the crt1.o with a deployment target of
10.4.
When I do that in my Xcode projects, the ppc slice is for "ppc". If
I change only the deployment target to 10.5 and rebuild, the ppc
slice is for "ppc7400".
Off the top of my head, I don't know exactly how to specify
deployment target using a makefile, which is what you gave as the
builder for crt1.o. The man page for ld has a -macosx_version_min
option, and a MACOSX_DEPLOYMENT_TARGET env-var, so start there.
-- GG
_______________________________________________
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