Use safepoints for INTERRUPT-THREAD
[sbcl.git] / src / runtime / Config.sparc-sunos
index 4a29086..6525c48 100644 (file)
@@ -10,7 +10,7 @@
 # files for more information.
 
 CC = gcc
-CFLAGS += -DSVR4
+CFLAGS += -DSVR4 -D_REENTRANT
 ASFLAGS = -g -Wall -DSVR4
 LINKFLAGS += -v
 NM = nm -t x -p 
@@ -20,6 +20,9 @@ ARCH_SRC = sparc-arch.c #undefineds.c
 
 OS_SRC = sunos-os.c sparc-sunos-os.c
 OS_LIBS = -ldl -lsocket -lnsl -lrt
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 GC_SRC = cheneygc.c