Re: Getting Xcode to use ld_classic
Re: Getting Xcode to use ld_classic
- Subject: Re: Getting Xcode to use ld_classic
- From: Chris Suter <email@hidden>
- Date: Tue, 2 Jun 2009 15:55:28 +1000
Hi Greg,
On Tue, Jun 2, 2009 at 3:51 PM, Greg Guerin <email@hidden> wrote:
> sudo ln path/to/ld path/to/saved_ld;
> sudo rm path/to/ld;
> sudo ln path/to/ld_classic path/to/ld;
>
> Not sure all the command-line options will go thru, but worth a shot, since
> you can reverse it. This is just an experiment, right?
>
> To reverse:
>
> sudo rm path/to/ld;
> sudo ln path/to/saved_ld path/to/ld;
> sudo rm path/to/saved_ld;
I was interested in the nice way of doing it which I just figured out:
add -Wl,-classic_linker to Other Linker Flags.
Regards,
Chris
_______________________________________________
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