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