From: Stan Shebs Date: Sat, 16 Jul 1994 21:08:41 +0000 (+0000) Subject: * config.bfd (m88*-harris-cxux*): Recognize. X-Git-Tag: gdb-4_18~14012 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9840ab79e08673c4dae2fa7e26c20b33cee0f4a;p=external%2Fbinutils.git * config.bfd (m88*-harris-cxux*): Recognize. * hosts/harris.h (POSIX_UTIME, HAVE_PROCFS): Define. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c878d96..8146194 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. 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