diff options
author | David Edelsohn <edelsohn@gnu.org> | 2006-01-28 19:49:43 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2006-01-28 14:49:43 -0500 |
commit | 3d538baeb51b697b4e68b74037bae1489249ae98 (patch) | |
tree | 7bd0246cec56732b5ab07d0221505c4f2937c750 /gcc/config/rs6000/ppc64-fp.c | |
parent | 7ca383e6791272a9f99390b5981ae476a9b490f1 (diff) | |
download | gcc-3d538baeb51b697b4e68b74037bae1489249ae98.zip gcc-3d538baeb51b697b4e68b74037bae1489249ae98.tar.gz gcc-3d538baeb51b697b4e68b74037bae1489249ae98.tar.bz2 |
aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float and -mlong-double-128 are incompatible.
* config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float
and -mlong-double-128 are incompatible.
* config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/rs6000/t-aix43 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
(TARGET_LIBGCC2_CFLAGS): Define.
* config/rs6000/t-aix52 (LIB2FUNCS_EXTRA): Same.
(TARGET_LIBGCC2_CFLAGS): Same.
* config/rs6000/ppc64-fp.c: Compile for 64-bit AIX.
From-SVN: r110333
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 efa99b6..284750b 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__) +#if defined(__powerpc64__) || defined (__64BIT__) #define TMODES #include "config/fp-bit.h" |