X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fconfigure.host;h=ce528237291fc6037b1d30de95a3a489693a1e8b;hb=202e762b322444344827acbf98162fcb2910e0dd;hp=6bcb8da74c25ee0309ffeeb7457f548ee7b8f45d;hpb=a2a79012fe7ad4bcc354c14410679ccb705d5326;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/configure.host b/gdb/configure.host index 6bcb8da74c..ce52823729 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -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,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)