X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=206d88107011d7c967277ec26130b0edf20549ad;hb=6242b9f8336fee3c0b0e473efb414e39ed3b92c7;hp=b0f7d88daecd3221b41ac8b6b00704e3a2f854da;hpb=d7f6139a91d7d9b0667a597584ae306d958bb2f4;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index b0f7d88..206d881 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,14 @@ 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 +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = gencgc.c -CFLAGS += -DGENCGC + +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: