diff options
author | Andreas Jaeger <aj@suse.de> | 2002-01-20 09:10:27 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-01-20 09:10:27 +0000 |
commit | abf22e64b87ca49a240cf75576070fc8cd3db04b (patch) | |
tree | 1e6380d3bb5b37ff5c9a91a990d085605b07b8d8 /gdb/configure.host | |
parent | 826000345c004578cedf2e4bcd5cf6f0e84185bf (diff) | |
download | gdb-abf22e64b87ca49a240cf75576070fc8cd3db04b.zip gdb-abf22e64b87ca49a240cf75576070fc8cd3db04b.tar.gz gdb-abf22e64b87ca49a240cf75576070fc8cd3db04b.tar.bz2 |
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.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 29aae5d..7b50e6a 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 |