diff options
author | David O'Brien <obrien@FreeBSD.org> | 2002-03-01 18:35:24 +0000 |
---|---|---|
committer | David O'Brien <obrien@FreeBSD.org> | 2002-03-01 18:35:24 +0000 |
commit | 54394ac39e5a63fdc187357260e22003e601e4f6 (patch) | |
tree | e0121b50cd752294cc63df646626741af9c4b4d4 /gdb/configure.host | |
parent | bfe95955243625ef793ecc57e9fc87bf76f1bfe5 (diff) | |
download | gdb-54394ac39e5a63fdc187357260e22003e601e4f6.zip gdb-54394ac39e5a63fdc187357260e22003e601e4f6.tar.gz gdb-54394ac39e5a63fdc187357260e22003e601e4f6.tar.bz2 |
2002-03-01 David O'Brien <obrien@FreeBSD.org>
* configure.host (sparc64-*-freebsd): Add.
* configure.tgt: Likewise.
* config/sparc/fbsd.mh: New file.
* config/sparc/fbsd.mt: Likewise.
* config/sparc/nm-fbsd.h: Likewise.
* config/sparc/tm-fbsd.h: Likewise.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 574c302..4c69fff 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -144,6 +144,8 @@ sparc-*-solaris2*) gdb_host=sun4sol2 ;; sparc-*-sunos4*) gdb_host=sun4os4 ;; sparc-*-sunos5*) gdb_host=sun4sol2 ;; sparc-*-*) gdb_host=sun4os4 ;; +sparc64-*-freebsd*|ultrasparc-*-freebsd*|sparcv9-*-freebsd*) + gdb_host=fbsd ;; sparc64-*-linux*) gdb_host=linux ;; sparcv9-*-* | sparc64-*-*) gdb_host=sun4sol2 ;; |