OSDN Git Service

* config.gcc: Move use_fixproto=no from generic vxworks clause to
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
index 195c1e0..0abadfc 100644 (file)
@@ -212,6 +212,7 @@ case ${target} in
  | *-*-linux*oldld*                    \
  | *-*-rtemsaout*                      \
  | *-*-rtemscoff*                      \
+ | vax-*-vms*                          \
  )
        echo "*** Configuration ${target} not supported" 1>&2
        exit 1
@@ -478,7 +479,6 @@ case ${target} in
        tm_file="${tm_file} elfos.h svr4.h vxworks.h"
        thread_file='vxworks'
        use_collect2=yes
-       use_fixproto=no
        ;;
 esac
 
@@ -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}"
@@ -912,6 +914,7 @@ i[34567]86-*-freebsd*)
        ;;
 x86_64-*-freebsd*)
        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
+       use_fixproto=no
        ;;
 i[34567]86-*-netbsdelf*)
        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
@@ -1643,6 +1646,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 +1659,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"
@@ -1685,6 +1690,7 @@ powerpc-*-gnu-gnualtivec*)
        if test x$enable_threads = xyes; then
                thread_file='posix'
        fi
+       use_fixproto=no
        ;;
 powerpc-*-gnu*)
        tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/gnu.h"
@@ -1701,6 +1707,7 @@ powerpc-wrs-vxworks*)
        tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
        tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
        extra_headers=ppc-asm.h
+       use_fixproto=no
        ;;
 powerpc-wrs-windiss*)
        tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
@@ -1718,10 +1725,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"
@@ -2144,10 +2153,6 @@ vax-*-openbsd*)
 vax-*-ultrix*)                 # VAXen running ultrix
        tm_file="${tm_file} vax/ultrix.h"
        ;;
-vax-*-vms*)                    # VAXen running VMS
-       echo "Configuration ${target} no longer supported" 1>&2
-       exit 1
-       ;;
 vax-*-*)                       # VAX default entry
        ;;
 xscale-*-elf)