diff options
Diffstat (limited to 'gcc/config/rs6000/eabispe.h')
-rw-r--r-- | gcc/config/rs6000/eabispe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/eabispe.h b/gcc/config/rs6000/eabispe.h index 5cbe7f7ba5e..f907c97a223 100644 --- a/gcc/config/rs6000/eabispe.h +++ b/gcc/config/rs6000/eabispe.h @@ -32,7 +32,8 @@ Boston, MA 02111-1307, USA. */ rs6000_cpu = PROCESSOR_PPC8540; \ if (rs6000_abi_string == NULL || strstr (rs6000_abi_string, "spe") == NULL) \ rs6000_spe_abi = 1; \ - rs6000_fprs = 0; \ + if (rs6000_float_gprs_string == NULL) \ + rs6000_float_gprs = 1; \ /* See note below. */ \ /*if (rs6000_long_double_size_string == NULL)*/ \ /* rs6000_long_double_type_size = 128;*/ \ |