fec282b6537e1da60b2aa18a0561d6ad19b6a0b3
[sbcl.git] / src / runtime / Config.hppa-hpux
1 # -*- makefile -*- for the C-level run-time support for SBCL
2
3 # This software is part of the SBCL system. See the README file for
4 # more information.
5 #
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.
11
12 LINKFLAGS += -v
13 # avoid native tools
14 NM = /usr/local/bin/nm
15 CC = /usr/local/bin/gcc
16
17 ASSEM_SRC = hppa-assem.S ldso-stubs.S
18 ARCH_SRC = hppa-arch.c
19 OS_SRC = hpux-os.c hppa-hpux-os.c
20
21 OS_LIBS =
22
23 CFLAGS += -D_POSIX_SOURCE -D_HPUX_SOURCE
24
25 ifdef LISP_FEATURE_LARGEFILE
26   CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
27 endif
28
29 ifdef LISP_FEATURE_SB_THREAD
30   OS_LIBS += -lpthread
31 endif
32
33 GC_SRC = cheneygc.c
34
35 # Nothing to do for after-grovel-headers.
36 .PHONY: after-grovel-headers
37 after-grovel-headers: