0.7.7.9:
[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 += -g -O0
11 LD = ld 
12 LINKFLAGS = -v -g 
13 NM = nm -p
14
15 ASSEM_SRC = mips-assem.S #hppa-linux-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 LINKFLAGS+=-static
20 OS_LIBS= -ldl
21
22 GC_SRC= cheneygc.c