* config.bfd (m88*-harris-cxux*): Recognize.
* hosts/harris.h (POSIX_UTIME, HAVE_PROCFS): Define.
This commit is contained in:
parent
ef8b133d8c
commit
d9840ab79e
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
Sat Jul 16 13:55:38 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* config.bfd (m88*-harris-cxux*): Recognize.
|
||||
* hosts/harris.h (POSIX_UTIME, HAVE_PROCFS): Define.
|
||||
|
||||
* configure.host (m68*-atari-sysv4*): New host.
|
||||
(m68*-cbm-sysv4*): Use m68kv4 instead of amix.
|
||||
* hosts/amix.h: Remove.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue