]> git.ipfire.org Git - thirdparty/gcc.git/commit
aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float and -mlong-double-128 are incompat...
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 28 Jan 2006 19:49:43 +0000 (19:49 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 28 Jan 2006 19:49:43 +0000 (14:49 -0500)
commit3d538baeb51b697b4e68b74037bae1489249ae98
tree7bd0246cec56732b5ab07d0221505c4f2937c750
parent7ca383e6791272a9f99390b5981ae476a9b490f1
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
gcc/ChangeLog
gcc/config/rs6000/aix43.h
gcc/config/rs6000/aix52.h
gcc/config/rs6000/ppc64-fp.c
gcc/config/rs6000/t-aix43
gcc/config/rs6000/t-aix52