Re: [PATCH, Makefile] improve default cpu selection for e500v2

2017-10-16 Thread Olivier Hainque
Hello Andrew, > On Oct 16, 2017, at 15:45 , Andrew Jenner wrote: > > This change is fine with me too. Thanks! Great, just checked-in. Thanks for your prompt feedback! With Kind Regards, Olivier

Re: [PATCH, Makefile] improve default cpu selection for e500v2

2017-10-16 Thread Andrew Jenner
On 13/10/2017 17:07, Jeff Law wrote: On 08/31/2017 12:54 PM, Olivier Hainque wrote: Hello, gcc can be configured with an "e500v2" cpu target name, conveying SPE with double precision floats. config.gcc already has a provision for a good default cpu selection for SPE with double precision

Re: [PATCH, Makefile] improve default cpu selection for e500v2

2017-10-13 Thread Olivier Hainque
> On Oct 13, 2017, at 18:07 , Jeff Law wrote: > >>* gcc/config.gcc (powerpc*-*-*spe*): Pick 8548 as the >> default with_cpu for an e500v2 target cpu name, in addition >> to --enable-e500-double. > GIven this hits the powerpcspe port, I'd like Andrew Jenner to

Re: [PATCH, Makefile] improve default cpu selection for e500v2

2017-10-13 Thread Jeff Law
On 08/31/2017 12:54 PM, Olivier Hainque wrote: > Hello, > > gcc can be configured with an "e500v2" cpu target > name, conveying SPE with double precision floats. > > config.gcc already has a provision for a good default > cpu selection for SPE with double precision floats > when the latter is

[PATCH, Makefile] improve default cpu selection for e500v2

2017-08-31 Thread Olivier Hainque
Hello, gcc can be configured with an "e500v2" cpu target name, conveying SPE with double precision floats. config.gcc already has a provision for a good default cpu selection for SPE with double precision floats when the latter is explicitly requested with an explicit --enable command line