aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 02:37:52 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-09-24 02:37:52 +0000
commit8b22a93bd2ae2c9581bf8954d71ffd6e2dfcd555 (patch)
tree2f2b3eb4545db3f06c9404abde72e016ed8df15e /gcc/config.gcc
parent76bc249d13c8b32cf0fcd8db8a7bbc12da08f2a4 (diff)
downloadgcc-8b22a93bd2ae2c9581bf8954d71ffd6e2dfcd555.zip
gcc-8b22a93bd2ae2c9581bf8954d71ffd6e2dfcd555.tar.gz
gcc-8b22a93bd2ae2c9581bf8954d71ffd6e2dfcd555.tar.bz2
config.gcc (alpha64*-dec-*vms*, [...]): Disable fixproto.
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*, powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*, powerpcle-*-eabi*): Disable fixproto. From-SVN: r71714
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 195c1e0..a9dc86b 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -573,6 +573,7 @@ alpha64-dec-*vms*)
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
prefix=/gnu
local_prefix=/gnu
+ use_fixproto=no
;;
alpha*-dec-*vms*)
tm_file="${tm_file} alpha/vms.h"
@@ -580,6 +581,7 @@ alpha*-dec-*vms*)
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
prefix=/gnu
local_prefix=/gnu
+ use_fixproto=no
;;
arc-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
@@ -1643,6 +1645,7 @@ powerpc-*-eabisimaltivec*)
powerpc-*-eabisim*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
+ use_fixproto=no
;;
powerpc-*-elf*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
@@ -1655,6 +1658,7 @@ powerpc-*-eabialtivec*)
powerpc-*-eabi*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
+ use_fixproto=no
;;
powerpc-*-rtems*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
@@ -1718,10 +1722,12 @@ powerpcle-*-elf*)
powerpcle-*-eabisim*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
+ use_fixproto=no
;;
powerpcle-*-eabi*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
+ use_fixproto=no
;;
powerpc-*-kaos*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"