X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=206d88107011d7c967277ec26130b0edf20549ad;hb=7f1e94ae961a198e00daf281eb1dc858e5b2dcc7;hp=8f1960c93dfbe8d0f8760775b64b58ca048c1f12;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index 8f1960c..206d881 100644 --- a/src/runtime/Config.x86-bsd +++ b/src/runtime/Config.x86-bsd @@ -13,8 +13,11 @@ ASSEM_SRC = x86-assem.S ARCH_SRC = x86-arch.c -OS_SRC = bsd-os.c undefineds.c x86-bsd-os.c +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