config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto (accidentally missed in last pass).

* config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
	(accidentally missed in last pass).

From-SVN: r71722
This commit is contained in:
Nathanael Nerode 2003-09-24 04:03:46 +00:00
parent 8ad9fb3334
commit a30ac78154
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
(accidentally missed in last pass).
2003-09-23 Andrew Pinski <apinski@apple.com>
PR bootstrap/12383

View File

@ -1691,6 +1691,7 @@ powerpc-*-gnu-gnualtivec*)
if test x$enable_threads = xyes; then
thread_file='posix'
fi
use_fixproto=no
;;
powerpc-*-gnu*)
tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/gnu.h"