e1d6e5e83fba78d93180751c2ea5288a3fd7190a
[sbcl.git] / src / runtime / Config.alpha-osf1
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 -Dosf1 -O0 -g -D_XOPEN_SOURCE=500 -D_OSF_SOURCE=500
11 ASFLAGS += -Dalpha -Dosf1 #-ULANGUAGE_ASSEMBLY
12 LD = ld -taso 
13 LINKFLAGS = -taso -non_shared # dynamic -v -g  -Wl,-T  -Wl,ld-script.alpha-linux
14 # Digital^WCompaq^WHP's cc declares `static inline' functions to exist
15 # in multiple places in the binary; we add the '-g' flag to suppress all
16 # internal (i.e. static) function names being spat out.  GENESIS
17 # complains about the multiple references and they aren't referenceable
18 # by anything outside the binary anyway.
19 NM = nm -B -g
20
21 ASSEM_SRC = alpha-assem.s # ldso-stubs.s
22 ARCH_SRC = alpha-arch.c undefineds.c
23
24 # cancel gnumake's builtin rule for .S files, because digital's cc doesn't
25 # know what to do with them
26 %.o: %.S
27
28 # copy .S files to .s, because digital cc does know what to do with _those_
29 %.s:%.S
30         cp $^ $@
31
32 OS_SRC = osf1-os.c  alpha-osf1-os.c os-common.c 
33 OS_LIBS= #-ldl
34
35 GC_SRC= cheneygc.c