diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-02-27 17:04:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-02-27 17:04:47 +0000 |
commit | 86168def626c38aa83ad9625208fcbfc2f338ced (patch) | |
tree | 6d07ed6de9a136b9b7a0a568f8bcdbc65038514a /gdb/configure.tgt | |
parent | 3ee1d8549f9b61b5049cd564559d3c0be9ec408c (diff) | |
download | gdb-86168def626c38aa83ad9625208fcbfc2f338ced.zip gdb-86168def626c38aa83ad9625208fcbfc2f338ced.tar.gz gdb-86168def626c38aa83ad9625208fcbfc2f338ced.tar.bz2 |
* config/sparc/sp64linux.mt: New file.
* configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
* configure.host: Recognize sparc64-*-linux* as a linux host.
From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
* config/sparc/tm-sp64linux.h: New file.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index c876da2..0ed5385 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -283,6 +283,7 @@ sparc86x-*-*) gdb_target=sparclite ;; # regs (some of which are usable in v8plus) so sp64sol.mt hasn't been # deleted though presumably it should be eventually. #sparc64-*-solaris2*) gdb_target=sp64sol2 ;; +sparc64-*-linux*) gdb_target=sp64linux ;; sparc64-*-*) gdb_target=sp64 ;; tic80-*-*) gdb_target=tic80 |