Allow --with-cpu=power10
authorAaron Sawdey <acsawdey@linux.ibm.com>
Tue, 23 Jun 2020 18:12:52 +0000 (13:12 -0500)
committerAaron Sawdey <acsawdey@linux.ibm.com>
Tue, 23 Jun 2020 22:04:29 +0000 (17:04 -0500)
commit71237df0a0b7f0f10cebedcd114fae7ad2aaebcb
treea3a649157ee32c8f2d8f5d7baf0ce05cf2c6d152
parent6b161257f9f8c7a26b7d119ebc32cbbc54d2e508
Allow --with-cpu=power10

Update config.gcc so that we can use --with-cpu=power10.
Also remove "future" from the 64-bit check as Segher suggests.

* config.gcc: Identify power10 as a 64-bit processor and as valid
for --with-cpu and --with-tune.
gcc/config.gcc