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 | 0efa202cfc50b94ccb80c9ce64bb156b663d7a59 (patch) | |
tree | 22597aeaf7ae63cc1311aa57a7a75c06dfe8f0ee /gdb/configure.host | |
parent | 8f7345daf279a5d6659c5c050cec3b43a731744f (diff) | |
download | gdb-0efa202cfc50b94ccb80c9ce64bb156b663d7a59.tar.gz |
* 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 b968ae87e9d..ef2018aa4b0 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 ;; |