X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=8f1960c93dfbe8d0f8760775b64b58ca048c1f12;hb=40588bcc85ce25d24d59becf96576cc7c89a3c95;hp=b0f7d88daecd3221b41ac8b6b00704e3a2f854da;hpb=d7f6139a91d7d9b0667a597584ae306d958bb2f4;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index b0f7d88..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 @@ -12,8 +13,11 @@ 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 -CFLAGS += -DGENCGC + +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: