Change immobile space free pointers to alien vars
[sbcl.git] / src / runtime / Config.mips-linux
blobce8ee5fc266d19f14c4053bb86cca9774c7d6180
1 # -*- makefile -*- for the C-level run-time support for SBCL
3 # This software is part of the SBCL system. See the README file for
4 # more information.
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.
12 LINKFLAGS += -v -O2 -Wl,--export-dynamic
13 NM = ./linux-nm
15 ASSEM_SRC = mips-assem.S ldso-stubs.S
16 ARCH_SRC = mips-arch.c
18 OS_SRC = linux-os.c mips-linux-os.c
19 OS_LIBS = -ldl
21 ifdef LISP_FEATURE_LARGEFILE
22   CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
23 endif
25 ifdef LISP_FEATURE_SB_THREAD
26   OS_LIBS += -lpthread
27 endif
28 ifdef LISP_FEATURE_SB_CORE_COMPRESSION
29   OS_LIBS += -lz
30 endif
32 GC_SRC = cheneygc.c
34 # Nothing to do for after-grovel-headers.
35 .PHONY: after-grovel-headers
36 after-grovel-headers: