Commit a30ac781 by Nathanael Nerode

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
parent 8ad9fb33
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment