Fix build on MinGW (again)
[sbcl.git] / src / runtime / Config.hppa-linux
index 23adcd4..7dd6363 100644 (file)
@@ -17,5 +17,12 @@ 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
+
+# Nothing to do for after-grovel-headers.
+.PHONY: after-grovel-headers
+after-grovel-headers: