Re: [PATCH] Enable -mcpu=power8 for PowerPC

2012-11-07 Thread Peter Bergner
On Tue, 2012-11-06 at 10:35 -0500, David Edelsohn wrote: > > * doc/invoke.texi (-mcpu=power8): Document. > > * config.in (HAVE_AS_POWER8): New. > > * config.gcc: Add cpu_type power8. > > * configure.ac: (HAVE_AS_POWER8): Check for assembler support for > > the > >

Re: [PATCH] Enable -mcpu=power8 for PowerPC

2012-11-06 Thread David Edelsohn
On Mon, Nov 5, 2012 at 11:54 PM, Peter Bergner wrote: > This patch enables new -mcpu and -mtune options for POWER8. The -mcpu=power8 > option currently is just an alias for power7. The affect of these options > will be expanded when more technical details are released by IBM. > > Bootstrapped an