X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2FConfig.ppc-netbsd;h=c5ad677115ba5fd22a6bc2b39f1806e90364911c;hb=bf40ae88bc289fd765a33861cc4bc0853ed483ba;hp=07f668ece30fef28f4df2af49706773a10730ece;hpb=1657a93e26650ab1f517980bdc9ab0a9b9f624ca;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