Re: [PATCH 3/4] powerpc: Add 64-bit CPU targets for gcc

2012-04-29 Thread Benjamin Herrenschmidt
On Wed, 2012-04-18 at 09:33 -0500, Kumar Gala wrote: > On Apr 17, 2012, at 11:45 PM, Anton Blanchard wrote: > > > > > Add a menu to select various 64-bit CPU targets for gcc. We > > default to -mtune=power7 and if gcc doesn't understand that we > > fallback to -mtune=power4. > > > > Signed-off-b

Re: [PATCH 3/4] powerpc: Add 64-bit CPU targets for gcc

2012-04-18 Thread Kumar Gala
On Apr 17, 2012, at 11:45 PM, Anton Blanchard wrote: > > Add a menu to select various 64-bit CPU targets for gcc. We > default to -mtune=power7 and if gcc doesn't understand that we > fallback to -mtune=power4. > > Signed-off-by: Anton Blanchard > --- Can you add a target for e5500 cpu. - k

[PATCH 3/4] powerpc: Add 64-bit CPU targets for gcc

2012-04-17 Thread Anton Blanchard
Add a menu to select various 64-bit CPU targets for gcc. We default to -mtune=power7 and if gcc doesn't understand that we fallback to -mtune=power4. Signed-off-by: Anton Blanchard --- Index: linux-build/arch/powerpc/Makefile === -