OSDN Git Service

* MAINTAINERS: Add myself as a maintainer for the RX port.
[pf3gnuchains/gcc-fork.git] / libgcc / config.host
index cdb274e..f086115 100644 (file)
@@ -102,6 +102,8 @@ m32r*-*-*)
         ;;
 m68k-*-*)
        ;;
+mep*-*-*)
+       ;;
 mips*-*-*)
        cpu_type=mips
        ;;
@@ -187,8 +189,10 @@ alpha*-*-openbsd*)
 alpha*-dec-osf[45]*)
        ;;
 alpha64-dec-*vms*)
+       tmake_file="vms/t-vms vms/t-vms64 alpha/t-vms"
        ;;
 alpha*-dec-*vms*)
+       tmake_file="vms/t-vms alpha/t-vms"
        ;;
 arc-*-elf*)
        ;;
@@ -345,6 +349,9 @@ ia64*-*-linux*)
        ;;
 ia64*-*-hpux*)
        ;;
+ia64-hp-*vms*)
+       tmake_file="vms/t-vms vms/t-vms64 ia64/t-vms"
+       ;;
 iq2000*-*-elf*)
         ;;
 m32r-*-elf*|m32r-*-rtems*)
@@ -475,11 +482,18 @@ rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
        ;;
 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
        ;;
+rx-*-elf)
+       extra_parts="crtbegin.o crtend.o"
+       tmake_file="rx/t-rx"
+       ;;
 s390-*-linux*)
+       tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
        ;;
 s390x-*-linux*)
+       tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
        ;;
 s390x-ibm-tpf*)
+       tmake_file="${tmake_file} s390/t-crtstuff s390/t-tpf"
        ;;
 score-*-elf)
         ;;
@@ -534,6 +548,8 @@ v850e-*-*)
        ;;
 v850-*-*)
        ;;
+vax-*-linux*)
+       ;;
 vax-*-netbsdelf*)
        ;;
 vax-*-netbsd*)
@@ -551,6 +567,8 @@ am33_2.0-*-linux*)
        ;;
 m32c-*-elf*|m32c-*-rtems*)
        ;;
+mep*-*-*)
+       ;;
 *)
        echo "*** Configuration ${host} not supported" 1>&2
        exit 1
@@ -569,7 +587,7 @@ case ${host} in
 i[34567]86-*-darwin* | x86_64-*-darwin* | \
   i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
   i[34567]86-*-linux* | x86_64-*-linux* | \
-  i[34567]86-*-cygwin*)
+  i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*)
        if test "${host_address}" = 32; then
                tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp"
        fi