X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.hppa-linux;h=7dd636340da1c72288aabe47dee9b3d97d72b6a5;hb=37d3828773e2f847bb1ed7522b0af4fb8e736fc8;hp=72449bdae672178b9e0e1db32dc59d17cc30637c;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/src/runtime/Config.hppa-linux b/src/runtime/Config.hppa-linux index 72449bd..7dd6363 100644 --- a/src/runtime/Config.hppa-linux +++ b/src/runtime/Config.hppa-linux @@ -17,6 +17,9 @@ ARCH_SRC = hppa-arch.c undefineds.c OS_SRC = linux-os.c hppa-linux-os.c OS_LIBS = -ldl +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = cheneygc.c