diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-16 21:08:41 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-16 21:08:41 +0000 |
commit | d9840ab79e08673c4dae2fa7e26c20b33cee0f4a (patch) | |
tree | 69a725d1ed4c8ded3077afb6bdd6dca6b64801a9 /bfd/hosts | |
parent | ef8b133d8cda2d475a29dc72b6fdc2fa844921ca (diff) | |
download | gdb-d9840ab79e08673c4dae2fa7e26c20b33cee0f4a.zip gdb-d9840ab79e08673c4dae2fa7e26c20b33cee0f4a.tar.gz gdb-d9840ab79e08673c4dae2fa7e26c20b33cee0f4a.tar.bz2 |
* config.bfd (m88*-harris-cxux*): Recognize.
* hosts/harris.h (POSIX_UTIME, HAVE_PROCFS): Define.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/harris.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h index 08f2c89..5ad4777 100644 --- a/bfd/hosts/harris.h +++ b/bfd/hosts/harris.h @@ -24,3 +24,8 @@ extern void bzero PARAMS ((char *, int)); extern int strtol(); #include "fopen-same.h" + +#define POSIX_UTIME +#ifndef _ES_MP +#define HAVE_PROCFS /* Used for core file stuff only */ +#endif |