summaryrefslogtreecommitdiffstats
path: root/config/sm-Mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'config/sm-Mac.h')
-rw-r--r--config/sm-Mac.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/sm-Mac.h b/config/sm-Mac.h
index dc9aba160..0df467839 100644
--- a/config/sm-Mac.h
+++ b/config/sm-Mac.h
@@ -28,6 +28,9 @@
#define SIZEOF_LONG 4
#define SIZEOF_SHORT 2
-#if !powerc
+#if powerc
+#define CPU_TYPE_STRING "PPC"
+#else
+#define CPU_TYPE_STRING "68k"
#define THREADED_CODE
#endif