2003-12-29 Robert Millan <robertmh@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 27 Jan 2004 04:10:38 +0000 (04:10 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 27 Jan 2004 04:10:38 +0000 (04:10 +0000)
Patch committed by Andrw Cagney.
* configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
* configure.tgt: Match knetbsd*-gnu.

gdb/ChangeLog
gdb/configure.host
gdb/configure.tgt

index cffe7f50885b0eff2705a69a106ab47015fcf2a6..7879b48fd1528db267a54fdc78e66ba648577526 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2004-01-26  Andrew Cagney  <cagney@redhat.com>
 
        * breakpoint.c (catch_command_1): Delete #ifdef code.
index a61de2a0f905507c91259655d2cd6eb3e9515860..668008bf0f2e38f547a902831bfcefca9f127966 100644 (file)
@@ -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 ;;
index ef9484ca31f74b1284fffb4a62ed73657c99265b..0d159d482168c30ed0aa76d232c1ca62d4b8f858 100644 (file)
@@ -77,7 +77,8 @@ hppa*-*-*)            gdb_target=hppa ;;
 
 i[34567]86-ncr-*)      gdb_target=ncr3000 ;;
 i[34567]86-*-bsd*)     gdb_target=i386bsd ;;
-i[34567]86-*-netbsd*)  gdb_target=nbsd ;;
+i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu)
+                       gdb_target=nbsd ;;
 i[34567]86-*-openbsd*) gdb_target=obsd ;;
 i[34567]86-*-go32*)    gdb_target=i386aout ;;
 i[34567]86-*-msdosdjgpp*) gdb_target=go32 ;;