1.0.29.44: Complex float improvements
[sbcl.git] / src / runtime / Config.ppc-linux
index a2c5a17..d2fe76c 100644 (file)
@@ -19,7 +19,11 @@ ARCH_SRC = ppc-arch.c
 OS_SRC = linux-os.c ppc-linux-os.c
 OS_LIBS = -ldl
 
-GC_SRC = cheneygc.c
+ifdef LISP_FEATURE_GENCGC
+  GC_SRC = gencgc.c
+else
+  GC_SRC = cheneygc.c
+endif
 
 # Nothing to do for after-grovel-headers.
 .PHONY: after-grovel-headers