X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.sparc-sunos;h=6525c485627386be4938b317e97ed6642def6be1;hb=dd54f9e004a0a83d1328e94648f48dcc27e0be5b;hp=62a00df0a461515968445b35036f050650971524;hpb=b1150c0fd4792d9d0c9407bb3da5d8e1943514d0;p=sbcl.git diff --git a/src/runtime/Config.sparc-sunos b/src/runtime/Config.sparc-sunos index 62a00df..6525c48 100644 --- a/src/runtime/Config.sparc-sunos +++ b/src/runtime/Config.sparc-sunos @@ -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,5 +20,12 @@ 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 + +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: