Re: [U-Boot] [PATCH] Make arm926ejs use -mabi=apcs-gnu to avoid EABI problems

2009-10-02 Thread Simon Kagstrom
On Thu, 01 Oct 2009 20:27:11 +0200 Wolfgang Denk wrote: > > > > > -PLATFORM_CPPFLAGS += -march=armv5te > > > > > +PLATFORM_CPPFLAGS += -march=armv5te -mabi=apcs-gnu > > I have to admit that I really hesitate ifwe should add this - the > longer I think about it, the more I tend to say no. > > I ca

Re: [U-Boot] [PATCH] Make arm926ejs use -mabi=apcs-gnu to avoid EABI problems

2009-10-01 Thread Wolfgang Denk
Dear Prafulla & all, in message <73173d32e9439e4abb5151606c3e19e202ef7e9...@sc-vexch1.marvell.com> you wrote: > > > > > -PLATFORM_CPPFLAGS += -march=armv5te > > > > +PLATFORM_CPPFLAGS += -march=armv5te -mabi=apcs-gnu > > > > > > I could live with this part, if it was thoroughly tested and does

Re: [U-Boot] [PATCH] Make arm926ejs use -mabi=apcs-gnu to avoid EABI problems

2009-10-01 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Thursday, October 01, 2009 12:59 PM > To: Wolfgang Denk > Cc: dk-arm-li...@gmx.de; u-boot@lists.denx.de; Prafulla > Wadaskar; Stefan Roese; Tom Rix; Paulraj, Sandeep; > Jean-Christophe PLAGNIOL-

[U-Boot] [PATCH] Make arm926ejs use -mabi=apcs-gnu to avoid EABI problems

2009-10-01 Thread Simon Kagstrom
Using -mabi=apcs-gnu allows Marvell Kirkwood-based boards to boot with the EABI changes introduced in commit f772acf8a584067033eff1e231fcd1fb3a00d3d9. Signed-off-by: Simon Kagstrom --- Wolfgang can live with this change to make Kirkwood builds work again: On Wed, 30 Sep 2009 22:32:08 +0200 Wolfg