summaryrefslogtreecommitdiff
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
commitb7eb9d0a54354181bcc37b34da3887d153e1b1da (patch)
treec204600b6aefb9c7499316f006cb8c3cc890766e /gdb/configure.host
parent6878c14026fc1eb7744bb2ac0f8e5d5bc3c1fee7 (diff)
downloadgdb-b7eb9d0a54354181bcc37b34da3887d153e1b1da.tar.gz
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 574c3025b67..4c69fff627e 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 ;;