gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / configure.host
index 23a2f1639924a24167c451942af925ecc59c3fc2..ce528237291fc6037b1d30de95a3a489693a1e8b 100644 (file)
@@ -20,7 +20,7 @@ case $host in
  vax-*-netbsdelf*)
     ;;
  *-*-irix* | \
- *-*-solaris2.[01] | *-*-solaris2.[2-9]* | \
+ *-*-solaris2.[01] | *-*-solaris2.[2-9]* | *-*-solaris2.10* | \
  alpha*-*-osf* | \
  alpha*-*-freebsd* | \
  alpha*-*-kfreebsd*-gnu | \
@@ -140,15 +140,10 @@ 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 ;;
This page took 0.024311 seconds and 4 git commands to generate.