0.8alpha.0.14
[sbcl.git] / src / runtime / Config.alpha-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 += -Dalpha 
11 LD = ld -taso
12 LINKFLAGS = -dynamic -v -g  -Wl,-T  -Wl,ld-script.alpha-linux
13 NM = nm -p
14
15 ASSEM_SRC = alpha-assem.S ldso-stubs.S
16 ARCH_SRC = alpha-arch.c
17
18 OS_SRC = linux-os.c  alpha-linux-os.c os-common.c 
19 LINKFLAGS+=-rdynamic # -static
20 OS_LIBS= -ldl
21
22 GC_SRC= cheneygc.c