Preliminary work towards threads on win32
[sbcl.git] / src / runtime / Config.hppa-hpux
blob5b597a7df17ef6922c96de34166209343bff9365
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
13 # avoid native tools
14 NM = /usr/local/bin/nm
15 CC = /usr/local/bin/gcc
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
21 OS_LIBS =
23 CFLAGS += -D_POSIX_SOURCE -D_HPUX_SOURCE
25 ifdef LISP_FEATURE_LARGEFILE
26   CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
27 endif
29 ifdef LISP_FEATURE_SB_THREAD
30   OS_LIBS += -lpthread
31 endif
32 ifdef LISP_FEATURE_SB_CORE_COMPRESSION
33   OS_LIBS += -lz
34 endif
36 GC_SRC = cheneygc.c
38 # Nothing to do for after-grovel-headers.
39 .PHONY: after-grovel-headers
40 after-grovel-headers: