diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-02-01 11:45:13 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-02-01 11:45:13 +0000 |
commit | 4d3f6bce6fe5e0847e067738444188c50205a312 (patch) | |
tree | f1f29a6f34607fb32b06461ec318629d5775b5c6 | |
parent | f6e85fc88a224966d44886d9909613ce56208679 (diff) | |
download | gdb-4d3f6bce6fe5e0847e067738444188c50205a312.zip gdb-4d3f6bce6fe5e0847e067738444188c50205a312.tar.gz gdb-4d3f6bce6fe5e0847e067738444188c50205a312.tar.bz2 |
* config/i386/i386dgux.mh: Removed.
* configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/config/i386/i386dgux.mh | 10 | ||||
-rw-r--r-- | gdb/configure.host | 2 |
3 files changed, 4 insertions, 11 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e5e865d..6b556e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2003-02-01 Mark Kettenis <kettenis@gnu.org> + * config/i386/i386dgux.mh: Removed. + * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4. + * configure.in: Fix typo. * configure: Regenerated. diff --git a/gdb/config/i386/i386dgux.mh b/gdb/config/i386/i386dgux.mh deleted file mode 100644 index fd7f56c..0000000 --- a/gdb/config/i386/i386dgux.mh +++ /dev/null @@ -1,10 +0,0 @@ -# Host: Intel 386 running DGUX, cloned from SVR4 - -XM_FILE= xm-i386v4.h -# for network communication -XM_CLIBS= -lsocket -lnsl - -NAT_FILE= nm-i386v4.h -NATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o \ - solib.o solib-svr4.o solib-legacy.o \ - procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o diff --git a/gdb/configure.host b/gdb/configure.host index fc16f17..516d7db 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -54,7 +54,7 @@ i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;; i[3456]86-sequent-sysv*) gdb_host=ptx ;; i[3456]86-*-bsd*) gdb_host=i386bsd ;; -i[3456]86-*-dgux*) gdb_host=i386dgux ;; +i[3456]86-*-dgux*) gdb_host=i386v4 ;; i[3456]86-*-freebsd*) gdb_host=fbsd ;; i[3456]86-*-netbsdelf*) gdb_host=nbsdelf ;; i[3456]86-*-netbsdaout*) gdb_host=nbsdaout ;; |