X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-sunos;h=b297d3ef6e0508d4409cb929248bf4bfc6520186;hb=137ba2db2d362f03754ccd080ddbe96f7e3c5dc7;hp=b364aca4abed16f3a4ebca842ec52d427c2eafe1;hpb=40e3ba03d0e1b824e4d1ae75d74246b975b70964;p=sbcl.git diff --git a/src/runtime/Config.x86-sunos b/src/runtime/Config.x86-sunos index b364aca..b297d3e 100644 --- a/src/runtime/Config.x86-sunos +++ b/src/runtime/Config.x86-sunos @@ -1,6 +1,17 @@ +# -*- makefile -*- for the C-level run-time support for SBCL + +# This software is part of the SBCL system. See the README file for +# more information. +# +# This software is derived from the CMU CL system, which was +# written at Carnegie Mellon University and released into the +# public domain. The software is in the public domain and is +# provided with absolutely no warranty. See the COPYING and CREDITS +# files for more information. + CC=gcc -CFLAGS = -O2 -Wall -DSVR4 -ASFLAGS = -Wall -DSVR4 +CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 -D_REENTRANT -fno-omit-frame-pointer +ASFLAGS = -Wall LD = ld NM = nm -xgp GREP = ggrep @@ -11,5 +22,12 @@ ARCH_SRC = x86-arch.c OS_SRC = sunos-os.c x86-sunos-os.c os-common.c OS_LIBS= -ldl -lsocket -lnsl -lrt +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif + GC_SRC= gencgc.c +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: