summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-05-30 19:41:33 +0000
committerPedro Alves <palves@redhat.com>2012-05-30 19:41:33 +0000
commit7c36b712b439f7e8ac11b614f35be0c0e380d7f4 (patch)
tree2e8196981f97e09b56d95d1f9952d790c8162727 /gdb/configure.host
parent73c25eebc759e8161628f457689b754ca2904331 (diff)
downloadgdb-7c36b712b439f7e8ac11b614f35be0c0e380d7f4.tar.gz
2012-05-30 Jeff Kenton <jkenton@tilera.com>
* configure.host (gdb_host_cpu): Handle tilegx*. (gdb_host): Handle tilegx-*-linux*. * tilegx-linux-nat.c: New file. * config/tilegx/linux.mh: New file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 531f4587c0d..7dc35e19a6d 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -50,6 +50,7 @@ powerpc* | rs6000) gdb_host_cpu=powerpc ;;
sparcv9 | sparc64) gdb_host_cpu=sparc ;;
s390*) gdb_host_cpu=s390 ;;
sh*) gdb_host_cpu=sh ;;
+tilegx*) gdb_host_cpu=tilegx ;;
x86_64*) gdb_host_cpu=i386 ;;
m32r*) gdb_host_cpu=m32r ;;
xtensa*) gdb_host_cpu=xtensa ;;
@@ -159,6 +160,8 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
gdb_host=sol2
;;
+tilegx-*-linux*) gdb_host=linux ;;
+
vax-*-bsd*) gdb_host=vax ;;
vax-*-netbsdelf* | vax-*-knetbsd*-gnu)
gdb_host=nbsdelf ;;