diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-12-22 16:10:46 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-12-22 16:10:46 +0000 |
commit | 3222ff2e5288956792679e477c20c911dfe6b8aa (patch) | |
tree | 17fec1e6e428f1bd4335221f070a657eee97c2d8 /gdb/config | |
parent | b284227cca4549997debf4f7d59e30224281c5d4 (diff) | |
download | binutils-3222ff2e5288956792679e477c20c911dfe6b8aa.zip binutils-3222ff2e5288956792679e477c20c911dfe6b8aa.tar.gz binutils-3222ff2e5288956792679e477c20c911dfe6b8aa.tar.bz2 |
Add DG/UX x86 host
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/.Sanitize | 1 | ||||
-rw-r--r-- | gdb/config/i386/i386dgux.h | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config/i386/.Sanitize b/gdb/config/i386/.Sanitize index fbeb67b..4d7b4e7 100644 --- a/gdb/config/i386/.Sanitize +++ b/gdb/config/i386/.Sanitize @@ -32,6 +32,7 @@ i386aix.mt i386aout.mt i386bsd.mh i386bsd.mt +i386dgux.mh i386lynx.mh i386lynx.mt i386m3.mh diff --git a/gdb/config/i386/i386dgux.h b/gdb/config/i386/i386dgux.h new file mode 100644 index 0000000..91ef2bf --- /dev/null +++ b/gdb/config/i386/i386dgux.h @@ -0,0 +1,14 @@ +# Host: Intel 386 running DGUX, cloned from SVR4 + +XM_FILE= xm-i386v4.h +XDEPFILES= ser-tcp.o +# for network communication +XM_CLIBS= -lsocket -lnsl + +NAT_FILE= nm-i386v4.h +NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o i386v4-nat.o + +# SVR4 comes standard with terminfo, and in some implementations, the +# old termcap descriptions are incomplete. So ensure that we use the +# new terminfo interface and latest terminal descriptions. +TERMCAP=-lcurses |