Add support for debuginfod to the binutils (disable by default, enabled via a configu...
[deliverable/binutils-gdb.git] / gdb / configure.host
index c87f997abc18848a7c99abecf80264cb5eb06213..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,13 +140,7 @@ 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 ;;
This page took 0.038157 seconds and 4 git commands to generate.