diff options
Diffstat (limited to 'gcc/config/rs6000/eabispe.h')
-rw-r--r-- | gcc/config/rs6000/eabispe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/eabispe.h b/gcc/config/rs6000/eabispe.h index f0b3a32f296..19f24726c2e 100644 --- a/gcc/config/rs6000/eabispe.h +++ b/gcc/config/rs6000/eabispe.h @@ -26,7 +26,7 @@ #undef SUBSUBTARGET_OVERRIDE_OPTIONS #define SUBSUBTARGET_OVERRIDE_OPTIONS \ - if (rs6000_select[1].string == NULL) \ + if (!global_options_set.x_rs6000_cpu_index) \ rs6000_cpu = PROCESSOR_PPC8540; \ if (!global_options_set.x_rs6000_spe_abi) \ rs6000_spe_abi = 1; \ |