Re: [PATCH] rs6000: Allow --with-cpu=power10

2020-06-23 Thread Segher Boessenkool
Hi! On Tue, Jun 23, 2020 at 01:25:42PM -0500, Aaron Sawdey via Gcc-patches wrote: > Update config.gcc so that we can use --with-cpu=power10. > * config.gcc: Identify power10 as a 64-bit processor and as valid > for --with-cpu and --with-tune. > diff --git a/gcc/config.gcc b/gcc/confi

[PATCH] rs6000: Allow --with-cpu=power10

2020-06-23 Thread Aaron Sawdey via Gcc-patches
Update config.gcc so that we can use --with-cpu=power10. I've tested that this does do the expected thing with --with-cpu=power10 and also that it still builds and bootstraps correctly using --with-cpu=power9 on power9. If there isn't any other testing I need to do for this, ok for trunk? Thanks