Re: [patch, powerpc] allow --with-cpu=native when configuring gcc

2013-05-23 Thread David Edelsohn
This is another orphan PowerPC patch from our backlog. On native PowerPC, GCC supports -mcpu=native, to generate code for the same processor flavor that GCC itself is running on. This patch makes it also possible to configure GCC to default to that option. Tested by building GCC with this configur

[patch, powerpc] allow --with-cpu=native when configuring gcc

2013-05-23 Thread Sandra Loosemore
This is another orphan PowerPC patch from our backlog. On native PowerPC, GCC supports -mcpu=native, to generate code for the same processor flavor that GCC itself is running on. This patch makes it also possible to configure GCC to default to that option. Tested by building GCC with this co