summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-01-20 09:10:27 +0000
committerAndreas Jaeger <aj@suse.de>2002-01-20 09:10:27 +0000
commit229b3f6514c0a06bcbc55d4248258cfe6f9c452f (patch)
tree8b2b4e913aeed6007b9042b16ce01dbbbe7dfdab /gdb/configure.host
parenta1cc9e4ee017b57639f660bd1b984bcaccde354b (diff)
downloadgdb-229b3f6514c0a06bcbc55d4248258cfe6f9c452f.tar.gz
2002-01-20 Jiri Smid <smid@suse.cz>
* configure.host, configure.tgt: Support x86-64. * NEWS: Note new target x86-64.
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 29aae5da96d..7b50e6a4b42 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -20,6 +20,7 @@ mips*) gdb_host_cpu=mips ;;
powerpc*) gdb_host_cpu=powerpc ;;
sparc64) gdb_host_cpu=sparc ;;
s390*) gdb_host_cpu=s390 ;;
+x86_64*) gdb_host_cpu=i386 ;;
*) gdb_host_cpu=$host_cpu ;;
esac
@@ -153,4 +154,6 @@ vax-*-bsd*) gdb_host=vaxbsd ;;
vax-*-ultrix2*) gdb_host=vaxult2 ;;
vax-*-ultrix*) gdb_host=vaxult ;;
+x86_64-*-linux*) gdb_host=x86-64linux ;;
+
esac