diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-24 04:03:46 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-24 04:03:46 +0000 |
commit | 858059dfc070ef3909c4823c4a15219f1a1e3f7d (patch) | |
tree | d1ad6005e340042368a8ad6824fcebf47817ef67 /gcc/config.gcc | |
parent | 2333aa5448163fff01d050ef875f18bd0db26363 (diff) | |
download | gcc-858059dfc070ef3909c4823c4a15219f1a1e3f7d.tar.gz |
* config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
(accidentally missed in last pass).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d0d33440838..bbb5a714989 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" |