gdb/mi: handle no condition argument case for -break-condition
[deliverable/binutils-gdb.git] / gdb / configure.host
index ef265ebe293ba42445de3325e452ba71bc7873e8..e94a19b03326868391c7c6026c863f00cb1644a4 100644 (file)
@@ -20,7 +20,10 @@ case $host in
  vax-*-netbsdelf*)
     ;;
  *-*-irix* | \
+ *-*-solaris2.[01] | *-*-solaris2.[2-9]* | *-*-solaris2.10* | \
  alpha*-*-osf* | \
+ alpha*-*-freebsd* | \
+ alpha*-*-kfreebsd*-gnu | \
  arm*-*-netbsd* | \
  hppa*-*-hiux* | \
  i[34567]86-ncr-* | \
@@ -57,11 +60,11 @@ case "${host_cpu}" in
 
 aarch64*)              gdb_host_cpu=aarch64 ;;
 alpha*)                        gdb_host_cpu=alpha ;;
+arc*)                  gdb_host_cpu=arc ;;
 arm*)                  gdb_host_cpu=arm ;;
 hppa*)                 gdb_host_cpu=pa ;;
 i[34567]86*)           gdb_host_cpu=i386 ;;
 m68*)                  gdb_host_cpu=m68k ;;
-m88*)                  gdb_host_cpu=m88k ;;
 mips*)                 gdb_host_cpu=mips ;;
 powerpc* | rs6000)     gdb_host_cpu=powerpc ;;
 sparcv9 | sparc64)     gdb_host_cpu=sparc ;;
@@ -82,14 +85,16 @@ case "${host}" in
 *-*-darwin*)           gdb_host=darwin ;;
 
 aarch64*-*-linux*)     gdb_host=linux ;;
+aarch64*-*-freebsd*)   gdb_host=fbsd ;;
 
 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 ;;
 
+arc*-*-linux*)         gdb_host=linux ;;
+
+arm*-*-freebsd*)       gdb_host=fbsd ;;
 arm*-*-linux*)         gdb_host=linux ;;
 arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
@@ -112,9 +117,8 @@ i[34567]86-*-linux*)        gdb_host=linux ;;
 i[34567]86-*-gnu*)     gdb_host=i386gnu ;;
 i[3456]86-*-nto*)      gdb_host=nto ;;
 i[34567]86-*-openbsd*) gdb_host=obsd ;;
-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-*-solaris2* | x86_64-*-solaris2*)
+                       gdb_host=sol2 ;;
 i[34567]86-*-cygwin*)  gdb_host=cygwin ;;
 
 ia64-*-linux*)         gdb_host=linux ;;
@@ -129,6 +133,7 @@ m88*-*-openbsd*)    gdb_host=obsd ;;
 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*)
@@ -138,15 +143,12 @@ powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 powerpc-*-openbsd*)    gdb_host=obsd ;;
 
-powerpc64*-*-linux*)   gdb_host=ppc64-linux
-                        # Support 'pseudo-native' debugging on the Cell BE
-                        if test "${target_cpu}" = "spu"; then
-                               gdb_host=spu-linux
-                               gdb_native=yes
-                        fi
-                       ;;
+powerpc64*-*-linux*)   gdb_host=ppc64-linux ;;
 powerpc*-*-linux*)     gdb_host=linux ;;
 
+riscv*-*-freebsd*)     gdb_host=fbsd ;;
+riscv*-*-linux*)       gdb_host=linux ;;
+
 s390*-*-linux*)                gdb_host=linux ;;
 
 sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
This page took 0.036562 seconds and 4 git commands to generate.