Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / Config.sparc-netbsd
index f9cde37..bcdc45c 100644 (file)
@@ -23,7 +23,11 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
   OS_LIBS += -lz
 endif
 
-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