Add hopscotch.c to $(COMMON_SRC)
[sbcl.git] / src / runtime / Config.x86-bsd
bloba75db93a52b2ea44eee73ad50f706e6c227a4170
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 LINKFLAGS += -Wl,--export-dynamic
18 OS_SRC = bsd-os.c x86-bsd-os.c
19 OS_LIBS = # -ldl
20 ifdef LISP_FEATURE_SB_CORE_COMPRESSION
21   OS_LIBS += -lz
22 endif
24 GC_SRC = gencgc.c traceroot.c
26 # Nothing to do for after-grovel-headers.
27 .PHONY: after-grovel-headers
28 after-grovel-headers: