Preliminary work towards threads on win32
[sbcl.git] / src / runtime / Config.x86-bsd
blob206d88107011d7c967277ec26130b0edf20549ad
1 # -*- makefile -*- for the C-level run-time support for SBCL
2 # configuration stuff shared between various *BSD OSes 
4 # This software is part of the SBCL system. See the README file for
5 # more information.
7 # This software is derived from the CMU CL system, which was
8 # written at Carnegie Mellon University and released into the
9 # public domain. The software is in the public domain and is
10 # provided with absolutely no warranty. See the COPYING and CREDITS
11 # files for more information.
13 ASSEM_SRC = x86-assem.S 
14 ARCH_SRC = x86-arch.c
16 OS_SRC = bsd-os.c x86-bsd-os.c
17 OS_LIBS = # -ldl
18 ifdef LISP_FEATURE_SB_CORE_COMPRESSION
19   OS_LIBS += -lz
20 endif
22 GC_SRC = gencgc.c
24 # Nothing to do for after-grovel-headers.
25 .PHONY: after-grovel-headers
26 after-grovel-headers: