diff options
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index c87f997..f382cad 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -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 ;; |