diff options
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 */ |