summaryrefslogtreecommitdiff
path: root/cg.c
diff options
context:
space:
mode:
authorJohn van Groningen2011-02-01 14:13:28 +0000
committerJohn van Groningen2011-02-01 14:13:28 +0000
commita82a2f53b65318e986742f1662ee48aa56782292 (patch)
treeb7b678a2eaa8bfff2c9501a85882fd9562a9c46f /cg.c
parentport to Mac OS X (AMD64) (diff)
port to Mac OS X (AMD64)
Diffstat (limited to 'cg.c')
-rw-r--r--cg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cg.c b/cg.c
index e70abb4..439f53c 100644
--- a/cg.c
+++ b/cg.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
-#if ! (defined (M68000) && defined (SUN))
+#if ! (defined (M68000) && defined (SUN)) && !defined (MACH_O64)
# define GENERATE_OBJECT_FILE
#endif