Add quotes to avoid a null test expression.
[deliverable/binutils-gdb.git] / gdb / configure.host
index 3ecac86f50a334a342e9a6b0ff0927fdfc8fd485..e781a2ddd265cb04d81cbddf757fa7d79f54ac54 100644 (file)
@@ -49,12 +49,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 ;;
 
@@ -77,6 +75,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 +86,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,13 +101,9 @@ mips-sgi-irix6*)   gdb_host=irix6 ;;
 mips*-*-linux*)                gdb_host=linux ;;
 mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
+mips64*-*-openbsd*)    gdb_host=obsd64 ;;
 
-ns32k-*-netbsd*)       gdb_host=nbsdaout ;;
-
-powerpc-*-aix3*)       gdb_host=aix ;;
-powerpc-*-aix4.[0-2]*) gdb_host=aix ;;
-powerpc-*-aix4.3.[0-1]*)       gdb_host=aix ;;
-powerpc-*-aix*)                gdb_host=aix432 ;;
+powerpc-*-aix*)                gdb_host=aix ;;
 powerpc-*-linux*)      gdb_host=linux ;;
 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
@@ -176,6 +170,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.023961 seconds and 4 git commands to generate.