*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / configure.host
index 24a3447ddb75fb9391f6ffc977c9efd3ea01ca1c..f8aa18d272e3d151d3f637345a0759b6c460d9df 100644 (file)
@@ -28,6 +28,7 @@ sh*)                  gdb_host_cpu=sh ;;
 x86_64*)               gdb_host_cpu=i386 ;;
 xscale*)               gdb_host_cpu=arm ;;
 m32r*)                 gdb_host_cpu=m32r ;;
+xtensa*)               gdb_host_cpu=xtensa ;;
 *)                     gdb_host_cpu=$host_cpu ;;
 
 esac
@@ -113,7 +114,13 @@ powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 powerpc-*-openbsd*)    gdb_host=obsd ;;
 
-powerpc64-*-linux*)     gdb_host=ppc64-linux ;;
+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
+                       ;;
 
 rs6000-*-lynxos*)      gdb_host=rs6000lynx ;;
 rs6000-*-aix4*)                gdb_host=aix4 ;;
@@ -123,6 +130,7 @@ s390*-*-*)          gdb_host=s390 ;;
 
 sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
+sh*-*-openbsd*)                gdb_host=nbsd ;;
 
 sparc64-*-freebsd* | sparc64-*-kfreebsd*-gnu)
                        gdb_host=fbsd ;;
@@ -156,6 +164,8 @@ x86_64-*-openbsd*)  gdb_host=obsd64 ;;
 
 m32r*-*-linux*)          gdb_host=linux ;;
 
+xtensa*-*-linux*)      gdb_host=linux ;;
+
 esac
 
 
This page took 0.023199 seconds and 4 git commands to generate.