1.0.23.36: typecheck :ALLOCATION :CLASS slot initforms in safe code
[sbcl/tcr.git] / src / runtime / Config.hppa-linux
blob72449bdae672178b9e0e1db32dc59d17cc30637c
1 # -*- makefile -*- for the C-level run-time support for SBCL
3 # This software is part of the SBCL system. See the README file for
4 # more information.
6 # This software is derived from the CMU CL system, which was
7 # written at Carnegie Mellon University and released into the
8 # public domain. The software is in the public domain and is
9 # provided with absolutely no warranty. See the COPYING and CREDITS
10 # files for more information.
12 LINKFLAGS += -v -static
13 NM = ./linux-nm
15 ASSEM_SRC = hppa-assem.S #hppa-linux-stubs.S
16 ARCH_SRC = hppa-arch.c undefineds.c
18 OS_SRC = linux-os.c hppa-linux-os.c
19 OS_LIBS = -ldl
21 GC_SRC = cheneygc.c
23 # Nothing to do for after-grovel-headers.
24 .PHONY: after-grovel-headers
25 after-grovel-headers: