* MAINTAINERS (Write After Approval): Add myself.
[deliverable/binutils-gdb.git] / gdb / configure.host
index f73089116210b7f8d0dfbcd4589f181073e78034..f8aa18d272e3d151d3f637345a0759b6c460d9df 100644 (file)
@@ -7,6 +7,7 @@
 #  gdb_host_float_format       host's float floatformat, or 0
 #  gdb_host_double_format      host's double floatformat, or 0
 #  gdb_host_long_double_format host's long double floatformat, or 0
+#  gdb_host_obs                        host-specific .o files to include
 
 # Map host cpu into the config cpu subdirectory name.
 # The default is $host_cpu.
@@ -27,6 +28,7 @@ sh*)                  gdb_host_cpu=sh ;;
 x86_64*)               gdb_host_cpu=i386 ;;
 xscale*)               gdb_host_cpu=arm ;;
 m32r*)                 gdb_host_cpu=m32r ;;
+xtensa*)               gdb_host_cpu=xtensa ;;
 *)                     gdb_host_cpu=$host_cpu ;;
 
 esac
@@ -49,12 +51,10 @@ arm*-*-linux*)              gdb_host=linux ;;
 arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
 arm*-*-netbsd*)                gdb_host=nbsdaout ;;
+arm*-*-openbsd*)       gdb_host=nbsdelf ;;
 
-hppa*-*-hiux*)         gdb_host=hppahpux ;;
-hppa*-*-hpux10.20)     gdb_host=hpux1020 ;;
-hppa*64*-*-hpux11*)    gdb_host=hpux11w ;;
-hppa*-*-hpux11*)       gdb_host=hpux11 ;;
-hppa*-*-hpux*)         gdb_host=hppahpux ;;
+hppa*-*-hpux* | hppa*-*-hiux*)
+                       gdb_host=hpux ;;
 hppa*-*-linux*)                gdb_host=linux ;;
 hppa*-*-openbsd*)      gdb_host=obsd ;;
 
@@ -66,6 +66,9 @@ i[34567]86-*-netbsdelf* | i[34567]86-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
 i[34567]86-*-netbsd*)  gdb_host=nbsdaout ;;
 i[34567]86-*-go32*)    gdb_host=go32 ;;
+i[34567]86-*-mingw32*) gdb_host=mingw
+                       gdb_host_obs=mingw-hdep.o
+                       ;;
 i[34567]86-*-msdosdjgpp*) gdb_host=go32 ;;
 i[34567]86-*-linux*)   gdb_host=linux ;;
 i[34567]86-*-lynxos*)  gdb_host=i386lynx ;;
@@ -77,6 +80,7 @@ i[34567]86-*-openbsd*)        gdb_host=obsd ;;
 i[34567]86-*-sco3.2v5*)        gdb_host=i386sco5 ;;
 i[34567]86-*-sco3.2v4*)        gdb_host=i386sco4 ;;
 i[34567]86-*-sco*)     gdb_host=i386sco ;;
+i[34567]86-*-solaris2.1[0-9]*) gdb_host=sol2-64 ;;
 i[34567]86-*-solaris*) gdb_host=i386sol2 ;;
 i[34567]86-*-sysv4.2*) gdb_host=i386v42mp ;;
 i[34567]86-*-sysv4*)   gdb_host=i386v4 ;;
@@ -87,7 +91,6 @@ i[34567]86-*-sysv*)   gdb_host=i386v ;;
 i[34567]86-*-isc*)     gdb_host=i386v ;;
 i[34567]86-*-cygwin*)  gdb_host=cygwin ;;
 
-ia64-*-aix*)           gdb_host=aix ;;
 ia64-*-linux*)         gdb_host=linux ;;
 
 m68*-*-linux*)         gdb_host=linux ;;
@@ -103,8 +106,7 @@ mips-sgi-irix6*)    gdb_host=irix6 ;;
 mips*-*-linux*)                gdb_host=linux ;;
 mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
-
-ns32k-*-netbsd*)       gdb_host=nbsdaout ;;
+mips64*-*-openbsd*)    gdb_host=obsd64 ;;
 
 powerpc-*-aix*)                gdb_host=aix ;;
 powerpc-*-linux*)      gdb_host=linux ;;
@@ -112,7 +114,13 @@ powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 powerpc-*-openbsd*)    gdb_host=obsd ;;
 
-powerpc64-*-linux*)     gdb_host=ppc64-linux ;;
+powerpc64-*-linux*)     gdb_host=ppc64-linux
+                        # Support 'pseudo-native' debugging on the Cell BE
+                        if test "${target_cpu}" = "spu"; then
+                               gdb_host=spu-linux
+                               gdb_native=yes
+                        fi
+                       ;;
 
 rs6000-*-lynxos*)      gdb_host=rs6000lynx ;;
 rs6000-*-aix4*)                gdb_host=aix4 ;;
@@ -122,6 +130,7 @@ s390*-*-*)          gdb_host=s390 ;;
 
 sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
+sh*-*-openbsd*)                gdb_host=nbsd ;;
 
 sparc64-*-freebsd* | sparc64-*-kfreebsd*-gnu)
                        gdb_host=fbsd ;;
@@ -155,6 +164,8 @@ x86_64-*-openbsd*)  gdb_host=obsd64 ;;
 
 m32r*-*-linux*)          gdb_host=linux ;;
 
+xtensa*-*-linux*)      gdb_host=linux ;;
+
 esac
 
 
@@ -173,6 +184,11 @@ hppa*-*-linux*)
        gdb_host_double_format="&floatformat_ieee_double_big"
        gdb_host_long_double_format="&floatformat_ieee_double_big"
        ;;
+m68*-*-*)
+       gdb_host_float_format="&floatformat_ieee_single_big"
+       gdb_host_double_format="&floatformat_ieee_double_big"
+       gdb_host_long_double_format="&floatformat_m68881_ext"
+       ;;
 *)
        gdb_host_float_format=0
        gdb_host_double_format=0
This page took 0.028462 seconds and 4 git commands to generate.