From: Nathanael Nerode Date: Sat, 27 Sep 2003 21:40:40 +0000 (+0000) Subject: config.gcc (powerpc-*-eabispe*, [...]): Disable fixproto. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e43319cd2522da752f3255222cd9969f61ca228;p=gcc.git config.gcc (powerpc-*-eabispe*, [...]): Disable fixproto. * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*, powerpc-*-eabialtivec*): Disable fixproto. From-SVN: r71864 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4b65850501d..783ac23c15f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-09-27 Nathanael Nerode + + * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*, + powerpc-*-eabialtivec*): Disable fixproto. + 2003-09-27 Eric Botcazou PR optimization/12340 diff --git a/gcc/config.gcc b/gcc/config.gcc index 743508349ab..fc2de337388 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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"