* as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
[deliverable/binutils-gdb.git] / gdb / configure.host
index ad209c4f007bc1658f337e9d97d6d88e7d65b2a7..3c59ad438c596896c8471289f4c7825c89da7157 100644 (file)
@@ -50,11 +50,8 @@ arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
 arm*-*-netbsd*)                gdb_host=nbsdaout ;;
 
-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 ;;
 
@@ -88,7 +85,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 ;;
@@ -106,8 +102,6 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 mips64*-*-openbsd*)    gdb_host=obsd64 ;;
 
-ns32k-*-netbsd*)       gdb_host=nbsdaout ;;
-
 powerpc-*-aix*)                gdb_host=aix ;;
 powerpc-*-linux*)      gdb_host=linux ;;
 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
@@ -175,6 +169,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.024331 seconds and 4 git commands to generate.