0.8.21.18:
[sbcl.git] / src / runtime / Config.mips-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 CFLAGS += -Dmips -g
11 LD = ld
12 LINKFLAGS = -v -g -O2
13 NM = nm -p
14
15 ASSEM_SRC = mips-assem.S ldso-stubs.S
16 ARCH_SRC = mips-arch.c #undefineds.c
17
18 OS_SRC = linux-os.c mips-linux-os.c os-common.c 
19 OS_LIBS= -ldl
20
21 GC_SRC= cheneygc.c