From aca3b61765c19d5ce8c1b04bb0edb825b840ff40 Mon Sep 17 00:00:00 2001 From: neroden Date: Wed, 24 Sep 2003 22:33:00 +0000 Subject: [PATCH] * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware): Disable fixproto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71740 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 3 +++ gcc/config.gcc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6a965c9a8fd..5b938b90df4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-09-24 Nathanael Nerode + * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware): + Disable fixproto. + * config.gcc: Clean up and reindent $with_cpu=yes|no clause and the section giving $with_cpu defaults by target. diff --git a/gcc/config.gcc b/gcc/config.gcc index 23064a292ca..1b737a4207f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -681,6 +681,7 @@ c4x-* | tic4x-*) tmake_file=c4x/t-c4x c_target_objs="c4x-c.o" cxx_target_objs="c4x-c.o" + use_fixproto=no ;; cris-*-aout) tm_file="dbxelf.h ${tm_file} cris/aout.h" @@ -701,6 +702,7 @@ cris-*-linux*) ;; d30v-*) tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" + use_fixproto=no ;; dsp16xx-*) ;; @@ -1562,6 +1564,7 @@ mipstx39-*-elf* | mipstx39el-*-elf*) ;; mmix-knuth-mmixware) need_64bit_hwint=yes + use_fixproto=no ;; mn10300-*-*) tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" -- 2.11.0