diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 06:06:40 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 06:06:40 +0000 |
commit | aa93c577df9cc251f2cf5fa619a932b2acce7b8b (patch) | |
tree | 9b3ee3b33b3d6da99e23dc78aa1e22bd4aa9703e /bfd/hosts | |
parent | d9a23ef7702f5543c150acce3f5038735ac1e42e (diff) | |
download | gdb-aa93c577df9cc251f2cf5fa619a932b2acce7b8b.zip gdb-aa93c577df9cc251f2cf5fa619a932b2acce7b8b.tar.gz gdb-aa93c577df9cc251f2cf5fa619a932b2acce7b8b.tar.bz2 |
* hosts/delta88v4.h: New for SVR4.
* configure.hosts: Use it.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/.Sanitize | 1 | ||||
-rw-r--r-- | bfd/hosts/delta88v4.h | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index a9fc7ef..422f243 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -33,6 +33,7 @@ decstation.h dgux.h delta68.h delta88.h +delta88v4.h dose.h dpx2.h go32.h diff --git a/bfd/hosts/delta88v4.h b/bfd/hosts/delta88v4.h index e69de29..3662ab2 100644 --- a/bfd/hosts/delta88v4.h +++ b/bfd/hosts/delta88v4.h @@ -0,0 +1,8 @@ +/* Delta88 running SVR4. */ + +#include <unistd.h> + +#define STDC_HEADERS +#include "hosts/std-host.h" + +#define HAVE_PROCFS /* This host has /proc support */ |