diff options
Diffstat (limited to 'contrib/gcc/config/float-sh.h')
-rw-r--r-- | contrib/gcc/config/float-sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/float-sh.h b/contrib/gcc/config/float-sh.h index 9a94298..4466924 100644 --- a/contrib/gcc/config/float-sh.h +++ b/contrib/gcc/config/float-sh.h @@ -37,7 +37,7 @@ #undef FLT_MAX_10_EXP #define FLT_MAX_10_EXP 38 -#ifdef __SH3E__ +#if defined (__SH3E__) || defined (__SH4_SINGLE_ONLY__) /* Number of base-FLT_RADIX digits in the significand of a double */ #undef DBL_MANT_DIG |