X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=685fdbce962fe49fa358b45daaf6fb846f842ff3;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=19de2da84cd0b181b2d021c1a968143483ae80cb;hpb=63fcb94b875a97e468d9add229e220ecceec2352;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index 19de2da..685fdbc 100644 --- a/src/runtime/Config.x86-bsd +++ b/src/runtime/Config.x86-bsd @@ -1,3 +1,4 @@ +# -*- makefile -*- for the C-level run-time support for SBCL # configuration stuff shared between various *BSD OSes # This software is part of the SBCL system. See the README file for @@ -9,9 +10,14 @@ # 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 x86-bsd-os.c +OS_LIBS = # -ldl + +GC_SRC = gencgc.c + +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: