* config.bfd (m88*-harris-cxux*): Recognize.
authorStan Shebs <shebs@codesourcery.com>
Sat, 16 Jul 1994 21:08:41 +0000 (21:08 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 16 Jul 1994 21:08:41 +0000 (21:08 +0000)
* hosts/harris.h (POSIX_UTIME, HAVE_PROCFS): Define.

bfd/ChangeLog
bfd/hosts/harris.h

index c878d9667068681cbb6ff3d5f3b71c80d8b97966..8146194755b3841182b07f4bd1477ed150be9d22 100644 (file)
@@ -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.
index 08f2c898d1d6381a574cbd78f83acd7ecb1b57e1..5ad477721dd0a3b67d85fa6954595ec2741a9305 100644 (file)
@@ -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
This page took 0.029117 seconds and 4 git commands to generate.