config.gcc (c4x-*, [...]): Disable fixproto.
authorNathanael Nerode <neroden@gcc.gnu.org>
Wed, 24 Sep 2003 22:33:00 +0000 (22:33 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Wed, 24 Sep 2003 22:33:00 +0000 (22:33 +0000)
* config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware):
Disable fixproto.

From-SVN: r71740

gcc/ChangeLog
gcc/config.gcc

index 6a965c9a8fd2d431bdd253d342a96bcf1a47ed06..5b938b90df4c7222d6f7931a2074338e4acc5f09 100644 (file)
@@ -1,5 +1,8 @@
 2003-09-24  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+       * 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.
 
index 23064a292ca6b8716fcafc0c2646ae673f500ab4..1b737a4207fa7a5fb4b34720e1db5130a1bd6e1b 100644 (file)
@@ -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}"