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
This commit is contained in:
parent
76bc249d13
commit
8b22a93bd2
@ -1,5 +1,9 @@
|
|||||||
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
|
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
|
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
|
||||||
|
powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
|
||||||
|
powerpcle-*-eabi*): Disable fixproto.
|
||||||
|
|
||||||
* config.gcc: Move use_fixproto=no from generic FreeBSD clause to
|
* config.gcc: Move use_fixproto=no from generic FreeBSD clause to
|
||||||
specific FreeBSD clauses.
|
specific FreeBSD clauses.
|
||||||
* config.gcc: Move use_fixproto=no from generic NetBSD clause to
|
* config.gcc: Move use_fixproto=no from generic NetBSD clause to
|
||||||
|
@ -573,6 +573,7 @@ alpha64-dec-*vms*)
|
|||||||
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
|
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
|
||||||
prefix=/gnu
|
prefix=/gnu
|
||||||
local_prefix=/gnu
|
local_prefix=/gnu
|
||||||
|
use_fixproto=no
|
||||||
;;
|
;;
|
||||||
alpha*-dec-*vms*)
|
alpha*-dec-*vms*)
|
||||||
tm_file="${tm_file} alpha/vms.h"
|
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"
|
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
|
||||||
prefix=/gnu
|
prefix=/gnu
|
||||||
local_prefix=/gnu
|
local_prefix=/gnu
|
||||||
|
use_fixproto=no
|
||||||
;;
|
;;
|
||||||
arc-*-elf*)
|
arc-*-elf*)
|
||||||
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
|
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
|
||||||
@ -1643,6 +1645,7 @@ powerpc-*-eabisimaltivec*)
|
|||||||
powerpc-*-eabisim*)
|
powerpc-*-eabisim*)
|
||||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
|
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"
|
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
|
||||||
|
use_fixproto=no
|
||||||
;;
|
;;
|
||||||
powerpc-*-elf*)
|
powerpc-*-elf*)
|
||||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
|
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
|
||||||
@ -1655,6 +1658,7 @@ powerpc-*-eabialtivec*)
|
|||||||
powerpc-*-eabi*)
|
powerpc-*-eabi*)
|
||||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
|
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"
|
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
|
||||||
|
use_fixproto=no
|
||||||
;;
|
;;
|
||||||
powerpc-*-rtems*)
|
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"
|
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*)
|
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"
|
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"
|
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
|
||||||
|
use_fixproto=no
|
||||||
;;
|
;;
|
||||||
powerpcle-*-eabi*)
|
powerpcle-*-eabi*)
|
||||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
|
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"
|
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
|
||||||
|
use_fixproto=no
|
||||||
;;
|
;;
|
||||||
powerpc-*-kaos*)
|
powerpc-*-kaos*)
|
||||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
|
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user