summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetcompiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Python/macgetcompiler.c')
-rw-r--r--Mac/Python/macgetcompiler.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c
index e3d24b7..eb9c3c4 100644
--- a/Mac/Python/macgetcompiler.c
+++ b/Mac/Python/macgetcompiler.c
@@ -57,7 +57,13 @@ PERFORMANCE OF THIS SOFTWARE.
#define TARGET_API " PPC"
#endif
-#define COMPILER " [CW" TARGET_API HASGUSI HASTHREAD"]"
+#ifdef WITH_CYCLE_GC
+#define HASGC " GC"
+#else
+#define HASGC ""
+#endif
+
+#define COMPILER " [CW" TARGET_API HASGUSI HASTHREAD HASGC"]"
#endif
#ifdef MPW