Reduce random casting in looks_like_valid_lisp_pointer_p().
[sbcl.git] / src / runtime / Config.ppc-linux
index d2fe76c..f9d54cd 100644 (file)
@@ -25,6 +25,13 @@ else
   GC_SRC = cheneygc.c
 endif
 
+ifdef LISP_FEATURE_SB_THREAD
+  OS_LIBS += -lpthread
+endif
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
+
 # Nothing to do for after-grovel-headers.
 .PHONY: after-grovel-headers
 after-grovel-headers: