* config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float
commit2928e077453fa27de3ca0d12ebc358a27c6078aa
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Jan 2006 19:49:43 +0000 (28 19:49 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Jan 2006 19:49:43 +0000 (28 19:49 +0000)
tree7bd0246cec56732b5ab07d0221505c4f2937c750
parentd9db88e121564148b221a34fab10908b13f1b294
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110333 138bc75d-0d04-0410-961f-82ee72b054a4
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