rs6000: Synchronize the --with-cpu list in config.gcc with reality
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 14 Feb 2017 16:32:05 +0000 (17:32 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Tue, 14 Feb 2017 16:32:05 +0000 (17:32 +0100)
commit6fa3b207c38e7855bfb764a75de694d3a250df3d
treebefee064f108891f253343d518ea420968160365
parent6c022f732a934b61ab3fc7312bd3f2fc725d4223
rs6000: Synchronize the --with-cpu list in config.gcc with reality

power, power2, rios, rios1, rios2, rsc, rsc2 support was removed.
rs64a never was a supported option; it's spelled rs64.
power5+ and powerpc64le are supported options but could not be set as
default.

* config.gcc (supported_defaults) [powerpc*-*-*]: Update.

From-SVN: r245435
gcc/ChangeLog
gcc/config.gcc