config.gcc (powerpc-*-eabispe*, [...]): Disable fixproto.
authorNathanael Nerode <neroden@gcc.gnu.org>
Sat, 27 Sep 2003 21:40:40 +0000 (21:40 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Sat, 27 Sep 2003 21:40:40 +0000 (21:40 +0000)
* config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
powerpc-*-eabialtivec*): Disable fixproto.

From-SVN: r71864

gcc/ChangeLog
gcc/config.gcc

index 4b65850501d65c5a4fd5a03e796efa6de1b4ad7b..783ac23c15f0940804c6ccacf1f5af712638530d 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-27  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
+       powerpc-*-eabialtivec*): Disable fixproto.
+
 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR optimization/12340
index 743508349ab0f4f0624c4a9b3cd96f3ee8804841..fc2de3373883dc1f248c1ec8a564380ddcbf67d8 100644 (file)
@@ -1640,10 +1640,12 @@ powerpc-*-chorusos*)
 powerpc-*-eabispe*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
        tmake_file="rs6000/t-spe rs6000/t-ppccomm"
+       use_fixproto=no
        ;;
 powerpc-*-eabisimaltivec*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
        tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
+       use_fixproto=no
        ;;
 powerpc-*-eabisim*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
@@ -1657,6 +1659,7 @@ powerpc-*-elf*)
 powerpc-*-eabialtivec*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
        tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
+       use_fixproto=no
        ;;
 powerpc-*-eabi*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"