summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
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 ;;