Re: [PATCH] Change PPC64 Linux default to POWER8.

2014-05-02 Thread Peter Bergner
On Fri, 2014-05-02 at 11:50 -0400, David Edelsohn wrote: > This patch updates the default processor tuning to POWER8 for any > PPC64 Linux target, not only little endian (ELFv2). > > Any objection? > > Thanks, David > > * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER8. >

[PATCH] Change PPC64 Linux default to POWER8.

2014-05-02 Thread David Edelsohn
This patch updates the default processor tuning to POWER8 for any PPC64 Linux target, not only little endian (ELFv2). Any objection? Thanks, David * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER8. (PROCESSOR_DEFAULT64): Same. Index: linux64.h ===