OSDN Git Service

* config/t-softfp: New file.
[pf3gnuchains/gcc-fork.git] / libgcc / config.host
index a92ffa0..c7c7e99 100644 (file)
@@ -318,6 +318,17 @@ i[34567]86-*-nto-qnx*)
 i[34567]86-*-rtems*)
        ;;
 i[34567]86-*-solaris2*)
+       tmake_file="${tmake_file} i386/t-sol2"
+       case ${host} in
+       *-*-solaris2.1[0-9]*)
+               # Solaris 2.10 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
+               # part of the base system.
+               extra_parts="gmon.o crtbegin.o crtend.o"
+               ;;
+       *)
+               extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
+               ;;
+       esac
        ;;
 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
        ;;
@@ -345,7 +356,7 @@ ia64*-*-hpux*)
        ;;
 iq2000*-*-elf*)
         ;;
-m32r-*-elf*)
+m32r-*-elf*|m32r-*-rtems*)
        ;;
 m32rle-*-elf*)
        ;;
@@ -395,6 +406,8 @@ mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
        ;;
 mipsisa64-*-elf* | mipsisa64el-*-elf*)
        ;;
+mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
+       ;;
 mipsisa64sr71k-*-elf*)
         ;;
 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
@@ -424,10 +437,10 @@ pdp11-*-*)
 picochip-*-*)
         ;;
 powerpc64-*-linux*)
-       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
+       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp"
        ;;
 powerpc64-*-gnu*)
-       tmake_file="${tmake_file} rs6000/t-ldbl128"
+       tmake_file="${tmake_file} rs6000/t-ldbl128 t-softfp"
        ;;
 powerpc-*-darwin*)
        ;;
@@ -455,10 +468,10 @@ powerpc-*-linux*altivec*)
        tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
        ;;
 powerpc-*-linux*spe*)
-       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
+       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp"
        ;;
 powerpc-*-linux*)
-       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
+       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp"
        ;;
 powerpc-*-gnu-gnualtivec*)
        tmake_file="${tmake_file} rs6000/t-ldbl128"
@@ -560,7 +573,7 @@ xtensa*-*-linux*)
 am33_2.0-*-linux*)
        extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
        ;;
-m32c-*-elf*)
+m32c-*-elf*|m32c-*-rtems*)
        ;;
 *)
        echo "*** Configuration ${host} not supported" 1>&2
@@ -569,9 +582,9 @@ m32c-*-elf*)
 esac
 
 case ${host} in
-i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
-       ;;
-i[34567]86-*-linux* | x86_64-*-linux* | i[34567]86-*-gnu*)
+i[34567]86-*-linux* | x86_64-*-linux* | \
+  i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | \
+  i[34567]86-*-gnu*)
        tmake_file="${tmake_file} t-tls"
        ;;
 esac