summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cg.c2
-rw-r--r--cgcode.c4
-rw-r--r--cginstructions.c4
3 files changed, 3 insertions, 7 deletions
diff --git a/cg.c b/cg.c
index 23a91f7..2298e01 100644
--- a/cg.c
+++ b/cg.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
-#if ! (defined (M68000) && defined (SUN)) && !defined (MACH_O64)
+#if ! (defined (M68000) && defined (SUN))
# define GENERATE_OBJECT_FILE
#endif
diff --git a/cgcode.c b/cgcode.c
index 55b9222..95f4761 100644
--- a/cgcode.c
+++ b/cgcode.c
@@ -85,9 +85,7 @@
#define for_l(v,l,n) for(v=(l);v!=NULL;v=v->n)
-#ifndef MACH_O64
-# define GEN_OBJ
-#endif
+#define GEN_OBJ
#ifdef NEW_DESCRIPTORS
# ifdef G_A64
diff --git a/cginstructions.c b/cginstructions.c
index da9667b..4c77c6d 100644
--- a/cginstructions.c
+++ b/cginstructions.c
@@ -39,9 +39,7 @@
#if defined (THREAD32) || defined (THREAD64)
# include "cgiconst.h"
#endif
-#ifndef MACH_O64
-# define GEN_OBJ
-#endif
+#define GEN_OBJ
#define LTEXT 0
#define LDATA 1