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.host | |
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.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index b968ae8..ef2018a 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -150,6 +150,7 @@ sparc-*-solaris2*) gdb_host=sun4sol2 ;; sparc-*-sunos4*) gdb_host=sun4os4 ;; sparc-*-sunos5*) gdb_host=sun4sol2 ;; sparc-*-*) gdb_host=sun4os4 ;; +sparc64-*-linux*) gdb_host=linux ;; sparc64-*-*) gdb_host=sun4sol2 ;; strongarm-*-*) gdb_host=arm ;; |