Remove HPUX
[deliverable/binutils-gdb.git] / gdb / configure.host
index d07be4b233bea11073b32af31ccacf1a2c580798..48714f48c5d0e1d1cbf1b520cb344362b60b51ad 100644 (file)
@@ -44,6 +44,8 @@ case $host in
  vax-*-bsd* | \
  vax-*-netbsd* | \
  vax-*-ultrix* | \
+ hppa*-*-hpux* | \
+ ia64-*-hpux* | \
  null)
     echo "*** Configuration $host is obsolete." >&2
     echo "*** Support has been REMOVED." >&2
@@ -93,8 +95,6 @@ arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
 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 ;;
@@ -117,7 +117,6 @@ i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
 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 ;;
@@ -211,11 +210,6 @@ 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.024396 seconds and 4 git commands to generate.