"complete" command and completion word break characters
[deliverable/binutils-gdb.git] / gdb / configure.host
index 15a8288d83252b49a33eff6bcd191ed91d983f14..d74fd04934cefec23435923e50b8d75b9d39062a 100644 (file)
@@ -19,8 +19,10 @@ case $host in
  sparc-*-netbsdelf* | \
  vax-*-netbsdelf*)
     ;;
- alpha*-*-osf1* | \
- alpha*-*-osf2* | \
+ *-*-irix* | \
+ alpha*-*-osf* | \
+ alpha*-*-freebsd* | \
+ alpha*-*-kfreebsd*-gnu | \
  arm*-*-netbsd* | \
  hppa*-*-hiux* | \
  i[34567]86-ncr-* | \
@@ -41,7 +43,11 @@ case $host in
  m68*-*-netbsd* | \
  sparc-*-netbsd* | \
  rs6000-*-lynxos* | \
+ vax-*-bsd* | \
  vax-*-netbsd* | \
+ vax-*-ultrix* | \
+ hppa*-*-hpux* | \
+ ia64-*-hpux* | \
  null)
     echo "*** Configuration $host is obsolete." >&2
     echo "*** Support has been REMOVED." >&2
@@ -79,10 +85,7 @@ case "${host}" in
 
 aarch64*-*-linux*)     gdb_host=linux ;;
 
-alpha*-*-osf[3456789]*)        gdb_host=alpha-osf3 ;;
 alpha*-*-linux*)       gdb_host=alpha-linux ;;
-alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
-                       gdb_host=fbsd ;;
 alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 alpha*-*-openbsd*)     gdb_host=nbsd ;;
@@ -92,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 ;;
@@ -116,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 ;;
@@ -126,11 +126,10 @@ m68*-*-openbsd*)  gdb_host=obsd ;;
 
 m88*-*-openbsd*)       gdb_host=obsd ;;
 
-mips-sgi-irix5*)       gdb_host=irix5 ;;
-mips-sgi-irix6*)       gdb_host=irix6 ;;
 mips*-*-linux*)                gdb_host=linux ;;
 mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
+mips*-*-freebsd*)      gdb_host=fbsd ;;
 mips64*-*-openbsd*)    gdb_host=obsd64 ;;
 
 powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
@@ -171,11 +170,9 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
 
 tilegx-*-linux*)       gdb_host=linux ;;
 
-vax-*-bsd*)            gdb_host=vax ;;
 vax-*-netbsdelf* | vax-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
 vax-*-openbsd*)                gdb_host=obsd ;;
-vax-*-ultrix*)         gdb_host=vax ;;
 
 x86_64-*-linux*)       gdb_host=linux64 ;;
 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
@@ -199,7 +196,7 @@ esac
 # "double" and "long double" types.
 
 case "${host}" in
-i[34567]86-*-*)
+i[34567]86-*-*|x86_64-*-*)
        gdb_host_float_format="&floatformat_ieee_single_little"
        gdb_host_double_format="&floatformat_ieee_double_little"
        gdb_host_long_double_format="&floatformat_i387_ext"
@@ -214,11 +211,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.041208 seconds and 4 git commands to generate.