Add :application-type parameter for save-lisp-and-die on Windows.
[sbcl.git] / src / runtime / Config.alpha-linux
index a72b7f1..b8e44f3 100644 (file)
@@ -19,4 +19,12 @@ ARCH_SRC = alpha-arch.c
 OS_SRC = linux-os.c alpha-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: