From 65662cdeabed6659ae3081b67595b8099769bde2 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 30 May 2012 19:41:34 +0000 Subject: 2012-05-30 Jeff Kenton * configure.host (gdb_host_cpu): Handle tilegx*. (gdb_host): Handle tilegx-*-linux*. * tilegx-linux-nat.c: New file. * config/tilegx/linux.mh: New file. --- gdb/configure.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 531f4587c..7dc35e1 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 ;; -- cgit v1.1