X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-sunos;h=b297d3ef6e0508d4409cb929248bf4bfc6520186;hb=bf40ae88bc289fd765a33861cc4bc0853ed483ba;hp=2e58b5103093ff1bd4fe5bfc8963c48d776f5ae6;hpb=ecfebb87092faa5c719ddc424dfa7e8c4a29ad2c;p=sbcl.git diff --git a/src/runtime/Config.x86-sunos b/src/runtime/Config.x86-sunos index 2e58b51..b297d3e 100644 --- a/src/runtime/Config.x86-sunos +++ b/src/runtime/Config.x86-sunos @@ -1,5 +1,16 @@ +# -*- 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 = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 -D_REENTRANT +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 @@ -11,6 +22,10 @@ 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.