0.8.2.8:
[sbcl.git] / src / runtime / Config.x86-bsd
1 # configuration stuff shared between various *BSD OSes 
2
3 # This software is part of the SBCL system. See the README file for
4 # more information.
5 #
6 # This software is derived from the CMU CL system, which was
7 # written at Carnegie Mellon University and released into the
8 # public domain. The software is in the public domain and is
9 # provided with absolutely no warranty. See the COPYING and CREDITS
10 # files for more information.
11
12 ASSEM_SRC = x86-assem.S 
13 ARCH_SRC = x86-arch.c
14
15 OS_SRC = bsd-os.c os-common.c undefineds.c x86-bsd-os.c
16 OS_LIBS = -lm # -ldl
17
18 GC_SRC = gencgc.c