aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 04:03:46 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 04:03:46 +0000
commita30ac78154aeb76330a4d2be688f649c5563a657 (patch)
treed1ad6005e340042368a8ad6824fcebf47817ef67 /gcc/config.gcc
parent8ad9fb3334c7214af6450e57f346a2342d0cd347 (diff)
downloadgcc-a30ac78154aeb76330a4d2be688f649c5563a657.zip
gcc-a30ac78154aeb76330a4d2be688f649c5563a657.tar.gz
gcc-a30ac78154aeb76330a4d2be688f649c5563a657.tar.bz2
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index d0d3344..bbb5a71 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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"