gdb/testsuite: gdb.base/args.exp: add KFAIL for native-extended-gdbserver
[binutils-gdb.git] / gdb / configure.host
index 23a2f1639924a24167c451942af925ecc59c3fc2..e94a19b03326868391c7c6026c863f00cb1644a4 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 | \
@@ -60,6 +60,7 @@ 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 ;;
@@ -91,6 +92,8 @@ 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)
@@ -140,15 +143,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 ;;