aix: detect power10 processor.
commite3dbd2e14020d5a4f3401fa60dd5792b99fae108
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 17 Nov 2021 18:26:36 +0000 (17 13:26 -0500)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 18 Nov 2021 14:31:12 +0000 (18 09:31 -0500)
tree442289c56acc8ce79ff6232a4c2c13f793351822
parent9646a3229b9be134631f191726fa5e2042cfa79c
aix: detect power10 processor.

For -mcpu=native, GCC needs to detect the processor.  This
patch adds the processor value for Power10.

Suggested by Kevin Alder.

* config/rs6000/driver-rs6000.c (detect_processor_aix): Add
power10.
gcc/config/rs6000/driver-rs6000.c