diff options
Diffstat (limited to 'gcc/config/rs6000/ppc64-fp.c')
| -rw-r--r-- | gcc/config/rs6000/ppc64-fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/ppc64-fp.c b/gcc/config/rs6000/ppc64-fp.c index 284750b..184f34e 100644 --- a/gcc/config/rs6000/ppc64-fp.c +++ b/gcc/config/rs6000/ppc64-fp.c @@ -30,7 +30,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if defined(__powerpc64__) || defined (__64BIT__) +#if defined(__powerpc64__) || defined (__64BIT__) || defined(__ppc64__) #define TMODES #include "config/fp-bit.h" |
