X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=8f1960c93dfbe8d0f8760775b64b58ca048c1f12;hb=059b8dcf4d34fe9e7b96ed889e19e43b8b98906c;hp=19de2da84cd0b181b2d021c1a968143483ae80cb;hpb=63fcb94b875a97e468d9add229e220ecceec2352;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index 19de2da..8f1960c 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 undefineds.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: