X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-netbsd;h=c5ad677115ba5fd22a6bc2b39f1806e90364911c;hb=7976926f8112b708d5927a69923cf7a3dd003c55;hp=07f668ece30fef28f4df2af49706773a10730ece;hpb=76f7887e98cbc10b4cd23e81b3e5cdfcc35c8741;p=sbcl.git diff --git a/src/runtime/Config.ppc-netbsd b/src/runtime/Config.ppc-netbsd index 07f668e..c5ad677 100644 --- a/src/runtime/Config.ppc-netbsd +++ b/src/runtime/Config.ppc-netbsd @@ -17,6 +17,9 @@ ARCH_SRC = ppc-arch.c OS_SRC = bsd-os.c undefineds.c ppc-bsd-os.c OS_LIBS = # -ldl +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = gencgc.c