daily update
[deliverable/binutils-gdb.git] / gdb / configure.host
index b9ed7ae14f68a0fb45b606c676488f10e5f7bb7d..85f4491b8f2bfc0243ab2e029f401c783c44b3fa 100644 (file)
@@ -39,6 +39,7 @@ esac
 
 case "${host_cpu}" in
 
+aarch64*)              gdb_host_cpu=aarch64 ;;
 alpha*)                        gdb_host_cpu=alpha ;;
 arm*)                  gdb_host_cpu=arm ;;
 hppa*)                 gdb_host_cpu=pa ;;
@@ -50,8 +51,8 @@ powerpc* | rs6000)    gdb_host_cpu=powerpc ;;
 sparcv9 | sparc64)     gdb_host_cpu=sparc ;;
 s390*)                 gdb_host_cpu=s390 ;;
 sh*)                   gdb_host_cpu=sh ;;
+tilegx*)               gdb_host_cpu=tilegx ;;
 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 ;;
@@ -64,6 +65,8 @@ case "${host}" in
 
 *-*-darwin*)           gdb_host=darwin ;;
 
+aarch64*-*-linux*)     gdb_host=linux ;;
+
 alpha*-*-osf[3456789]*)        gdb_host=alpha-osf3 ;;
 alpha*-*-linux*)       gdb_host=alpha-linux ;;
 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
@@ -100,10 +103,12 @@ i[3456]86-*-nto*)         gdb_host=nto ;;
 i[34567]86-*-openbsd[0-2].* | i[34567]86-*-openbsd3.[0-3])
                        gdb_host=obsdaout ;;
 i[34567]86-*-openbsd*) gdb_host=obsd ;;
-i[34567]86-*-solaris2.1[0-9]*) gdb_host=sol2-64 ;;
+i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
+                       gdb_host=sol2-64 ;;
 i[34567]86-*-solaris*) gdb_host=i386sol2 ;;
 i[34567]86-*-cygwin*)  gdb_host=cygwin ;;
 
+ia64-*-hpux*)          gdb_host=hpux ;;
 ia64-*-linux*)         gdb_host=linux ;;
 
 m68*-*-linux*)         gdb_host=linux ;;
@@ -123,6 +128,7 @@ mips64*-*-openbsd*) gdb_host=obsd64 ;;
 
 powerpc-*-aix* | rs6000-*-*)
                        gdb_host=aix ;;
+powerpc*-*-freebsd*)   gdb_host=fbsd ;;
 powerpc-*-linux*)      gdb_host=linux ;;
 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
@@ -158,6 +164,8 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
                        gdb_host=sol2
                        ;;
 
+tilegx-*-linux*)       gdb_host=linux ;;
+
 vax-*-bsd*)            gdb_host=vax ;;
 vax-*-netbsdelf* | vax-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
@@ -171,7 +179,10 @@ x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
 x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
                        gdb_host=nbsd64 ;;
 x86_64-*-openbsd*)     gdb_host=obsd64 ;;
-
+x86_64-*-mingw*)        gdb_host=mingw64
+                       gdb_host_obs=mingw-hdep.o
+                       ;;
+x86_64-*-cygwin*)      gdb_host=cygwin64 ;;
 m32r*-*-linux*)          gdb_host=linux ;;
 
 xtensa*-*-linux*)      gdb_host=linux ;;
@@ -199,6 +210,11 @@ m68*-*-*)
        gdb_host_double_format="&floatformat_ieee_double_big"
        gdb_host_long_double_format="&floatformat_m68881_ext"
        ;;
+ia64-*-hpux*)
+       gdb_host_float_format="&floatformat_ieee_single_big"
+       gdb_host_double_format="&floatformat_ieee_double_big"
+       gdb_host_long_double_format="&floatformat_ia64_quad_big"
+       ;;
 *)
        gdb_host_float_format=0
        gdb_host_double_format=0
This page took 0.025791 seconds and 4 git commands to generate.