X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.mips-linux;h=ce8ee5fc266d19f14c4053bb86cca9774c7d6180;hb=6ddc6bb305b4f218780d4b2c9a2ac3584a85f94a;hp=9f32f3cc579e4a6c99b52b8bd876118dfc762ffb;hpb=b2f01c86f388284405fa28405fe97898fe158c02;p=sbcl.git diff --git a/src/runtime/Config.mips-linux b/src/runtime/Config.mips-linux index 9f32f3c..ce8ee5f 100644 --- a/src/runtime/Config.mips-linux +++ b/src/runtime/Config.mips-linux @@ -25,6 +25,9 @@ endif ifdef LISP_FEATURE_SB_THREAD OS_LIBS += -lpthread endif +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = cheneygc.c