X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fconfigure.host;h=bcebdafdc61f2095ab9c27998784467606256c7a;hb=fcf250e2bae3e6053af11b2e42bd59dcd3762ab3;hp=e8258d591b8b032a79d496948feb21825671359e;hpb=d91787632abd4c9bb5db0be1bae614243b3abb58;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/configure.host b/gdb/configure.host index e8258d591b..bcebdafdc6 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -13,6 +13,8 @@ # The default is $host_cpu. case $host in + alpha*-*-osf1* | \ + alpha*-*-osf2* | \ hppa*-*-hiux* | \ i[34567]86-ncr-* | \ i[34567]86-*-dgux* | \ @@ -60,8 +62,8 @@ esac case "${host}" in -alpha*-*-osf1*) gdb_host=alpha-osf1 ;; -alpha*-*-osf2*) gdb_host=alpha-osf2 ;; +*-*-darwin*) gdb_host=darwin ;; + alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;; alpha*-*-linux*) gdb_host=alpha-linux ;; alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) @@ -79,6 +81,7 @@ arm*-*-openbsd*) gdb_host=nbsdelf ;; hppa*-*-hpux*) gdb_host=hpux ;; hppa*-*-linux*) gdb_host=linux ;; +hppa*-*-netbsd*) gdb_host=nbsd ;; hppa*-*-openbsd*) gdb_host=obsd ;; i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) @@ -97,10 +100,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 ;; @@ -168,7 +173,9 @@ 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 + ;; m32r*-*-linux*) gdb_host=linux ;; xtensa*-*-linux*) gdb_host=linux ;; @@ -196,6 +203,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