summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-27 04:10:38 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-27 04:10:38 +0000
commit6c3e0940110d6ac151f156c8c1da77b12c2dcb98 (patch)
tree64487a51222e4de7bed570481e48c5256f3f4b54 /gdb/configure.host
parentbfc34d4e3753e2f17ca148d5173f69b99750be55 (diff)
downloadgdb-6c3e0940110d6ac151f156c8c1da77b12c2dcb98.tar.gz
2003-12-29 Robert Millan <robertmh@gnu.org>
Patch committed by Andrw Cagney. * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu. * configure.tgt: Match knetbsd*-gnu.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index a61de2a0f90..668008bf0f2 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -51,9 +51,11 @@ hppa*-*-hpux*) gdb_host=hppahpux ;;
i[34567]86-ncr-*) gdb_host=ncr3000 ;;
i[34567]86-*-bsd*) gdb_host=i386bsd ;;
i[34567]86-*-dgux*) gdb_host=i386v4 ;;
+i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
+ gdb_host=fbsd ;;
+i[34567]86-*-netbsdelf* | i[34567]86-*-knetbsd*-gnu)
+ gdb_host=nbsdelf ;;
i[34567]86-*-freebsd*) gdb_host=fbsd ;;
-i[34567]86-*-netbsdelf*) gdb_host=nbsdelf ;;
-i[34567]86-*-netbsdaout*) gdb_host=nbsdaout ;;
i[34567]86-*-netbsd*) gdb_host=nbsdaout ;;
i[34567]86-*-go32*) gdb_host=go32 ;;
i[34567]86-*-msdosdjgpp*) gdb_host=go32 ;;