summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-24 02:37:52 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-24 02:37:52 +0000
commit6d60b6aa638e8ad9f8a053e4699f11404613e431 (patch)
tree2f2b3eb4545db3f06c9404abde72e016ed8df15e /gcc/config.gcc
parent9795510126e4d1c71d9f96d1b69a4e007b7f1f59 (diff)
downloadgcc-6d60b6aa638e8ad9f8a053e4699f11404613e431.tar.gz
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*, powerpcle-*-eabi*): Disable fixproto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71714 138bc75d-0d04-0410-961f-82ee72b054a4
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 195c1e00261..a9dc86ba9e0 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"