diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-22 16:48:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-22 16:48:24 +0000 |
commit | 86f6f8e7fd201cfa655f25e6066220f14602e19f (patch) | |
tree | 2932ca81c4f6f10da5df673d4ce858f5052cd046 /gdb/configure.host | |
parent | 971218cdc2c9b6c7fc44574b44366ac3d39a6914 (diff) | |
download | gdb-86f6f8e7fd201cfa655f25e6066220f14602e19f.zip gdb-86f6f8e7fd201cfa655f25e6066220f14602e19f.tar.gz gdb-86f6f8e7fd201cfa655f25e6066220f14602e19f.tar.bz2 |
Remove old 386BSD support.
* configure.host: Remove i[34567]86-*-bsd*.
* configure.tgt: Remove i[34567]86-*-bsd*.
* i386b-nat.c: Removed.
* Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
* config/i386/i386bsd.mh: Removed.
* config/i386/i386bsd.mt: Removed.
* config/i386/nm-i386bsd.h: Removed.
* config/i386/tm-i386bsd.h: Removed.
* config/i386/xm-i386bsd.h: Removed.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index d637568..5dc20da 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -50,7 +50,6 @@ hppa*-*-hpux11*) gdb_host=hpux11 ;; 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 ;; |