0.6.12.5:
[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 # -mcpu=pca56 makes _my_ alpha go fast, I'm told.  Yours may do something 
11 # else.
12 CFLAGS += -mcpu=pca56 -Dalpha 
13 LD = ld -taso
14 LINKFLAGS = -v -g  -Wl,-T  -Wl,ld-script.alpha-linux
15 NM = nm -p
16
17 ASSEM_SRC = alpha-assem.S #linux-stubs.S
18 ARCH_SRC = alpha-arch.c
19
20 OS_SRC = linux-os.c os-common.c undefineds.c alpha-linux-os.c
21 LINKFLAGS+=-static -rdynamic
22 OS_LIBS= -ldl
23
24 GC_SRC= gc.c