X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=f066acd37fe6b1acb3b45be30db841c66799de4d;hb=c3699db2053ff3b5ac6a98d4431c3789496002d8;hp=19de2da84cd0b181b2d021c1a968143483ae80cb;hpb=63fcb94b875a97e468d9add229e220ecceec2352;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index 19de2da..f066acd 100644 --- a/src/runtime/Config.x86-bsd +++ b/src/runtime/Config.x86-bsd @@ -9,9 +9,10 @@ # 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_SRC = bsd-os.c os-common.c undefineds.c x86-bsd-os.c +OS_LIBS = -lm # -ldl + +GC_SRC = gencgc.c