Use CryptGenRandom as a random seed on Windows.
[sbcl.git] / src / runtime / Config.sparc-sunos
index 4a29086..681a502 100644 (file)
@@ -10,8 +10,8 @@
 # files for more information.
 
 CC = gcc
-CFLAGS += -DSVR4
-ASFLAGS = -g -Wall -DSVR4
+CFLAGS += -DSVR4 -D_REENTRANT
+ASFLAGS = -g -Wall -DSVR4 -Wa,-xarch=v8plus
 LINKFLAGS += -v
 NM = nm -t x -p 
 
@@ -20,8 +20,15 @@ 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
+ifdef LISP_FEATURE_GENCGC
+  GC_SRC = gencgc.c
+else
+  GC_SRC = cheneygc.c
+endif
 
 # Nothing to do for after-grovel-headers.
 .PHONY: after-grovel-headers