aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 22:33:00 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 22:33:00 +0000
commiteb9a155e95d35289f9bffac76ca3f0aa6f7122ef (patch)
tree4950dd36d5c054257ac7d5ae2749238cf294d949 /gcc/config.gcc
parent3534107305a34b3d49c98b9582f1891114d718fe (diff)
downloadgcc-eb9a155e95d35289f9bffac76ca3f0aa6f7122ef.zip
gcc-eb9a155e95d35289f9bffac76ca3f0aa6f7122ef.tar.gz
gcc-eb9a155e95d35289f9bffac76ca3f0aa6f7122ef.tar.bz2
config.gcc (c4x-*, [...]): Disable fixproto.
* config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware): Disable fixproto. From-SVN: r71740
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 23064a2..1b737a4 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}"