0.pre7.37:
[sbcl.git] / src / runtime / Config.x86-bsd
index 19de2da..b0f7d88 100644 (file)
@@ -9,9 +9,11 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-CFLAGS += -DGENCGC
 ASSEM_SRC = x86-assem.S 
 ARCH_SRC = x86-arch.c
 
 OS_SRC = bsd-os.c os-common.c undefineds.c
-OS_LIBS=-lm # -ldl
+OS_LIBS = -lm # -ldl
+
+GC_SRC = gencgc.c
+CFLAGS += -DGENCGC