Re: [Patch ARM] Pass --be8 option for big endian targets by default

2012-07-25 Thread Richard Earnshaw
On 24/07/12 23:26, Bharathi Seshadri (bseshadr) wrote: > Hi, > > Attached is a patch that modifies BE8_LINK_SPEC to pass -be8 option to the > linker by default if the target is big endian, and to not pass -be8 option if > -mlittle-endian is used. It also preserves the existing usage whereby -be

[Patch ARM] Pass --be8 option for big endian targets by default

2012-07-24 Thread Bharathi Seshadri (bseshadr)
Hi, Attached is a patch that modifies BE8_LINK_SPEC to pass -be8 option to the linker by default if the target is big endian, and to not pass -be8 option if -mlittle-endian is used.  It also preserves the existing usage whereby -be8 gets passed with the use of -mbig-endian. Patch: bash-3.00$ s