aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2002-03-01 18:35:24 +0000
committerDavid O'Brien <obrien@FreeBSD.org>2002-03-01 18:35:24 +0000
commit54394ac39e5a63fdc187357260e22003e601e4f6 (patch)
treee0121b50cd752294cc63df646626741af9c4b4d4 /gdb/configure.host
parentbfe95955243625ef793ecc57e9fc87bf76f1bfe5 (diff)
downloadgdb-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.host2
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 ;;