summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
blob: b52a8672d5304212d10faefcb7a4d8c86511d182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/* The RTS is just another package! */

#include "ghcconfig.h"
#include "rts/Config.h"

name:           rts
version:        1.0
id:             rts
key:            rts
license:        BSD3
maintainer:     glasgow-haskell-users@haskell.org
exposed:        True

exposed-modules:
hidden-modules:

import-dirs:

#ifdef INSTALLING
library-dirs:           LIB_DIR"/rts" FFI_LIB_DIR
#else /* !INSTALLING */
library-dirs:           TOP"/rts/dist/build" FFI_LIB_DIR
#endif

hs-libraries:   "HSrts" FFI_LIB

extra-libraries:
#ifdef HAVE_LIBM
                                "m"             /* for ldexp() */
#endif
#ifdef HAVE_LIBRT
                              , "rt"
#endif
#ifdef HAVE_LIBDL
                              , "dl"
#endif
#ifdef HAVE_LIBFFI
                              , "ffi"
#endif
#ifdef mingw32_HOST_OS
                              ,"wsock32"    /* for the linker */
                              ,"gdi32"      /* for the linker */
                              ,"winmm"      /* for the linker */
#endif
#ifdef freebsd_HOST_OS
                              , "pthread" /* for pthread_getthreadid_np() */
#endif
#ifdef openbsd_HOST_OS
/* OpenBSD's libffi is not directly linked to the libpthread but still requires
pthread functionality. This means that any client binary which links with libffi
also need to link with libpthread. If it does not, then linking fails with
unresolved symbols. */
                              , "pthread"

#endif
#if defined(DEBUG) && defined(HAVE_LIBBFD)
                              ,"bfd", "iberty"  /* for debugging */
#endif
#ifdef HAVE_LIBMINGWEX
# ifndef INSTALLING                             /* Bundled Mingw is behind */
                              ,"mingwex"
# endif
#endif
#if USE_LIBDW
                             , "elf"
                             , "dw"             /* for backtraces */
#endif

#ifdef INSTALLING
include-dirs:           INCLUDE_DIR FFI_INCLUDE_DIR
#else /* !INSTALLING */
include-dirs:           TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-derivedconstants/header" FFI_INCLUDE_DIR
#endif

includes:               Stg.h
hugs-options:
cc-options:

ld-options:
#ifdef LEADING_UNDERSCORE
           "-Wl,-u,_ghczmprim_GHCziTypes_Izh_static_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Czh_static_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Fzh_static_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Dzh_static_info"
         , "-Wl,-u,_base_GHCziPtr_Ptr_static_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Wzh_static_info"
         , "-Wl,-u,_base_GHCziInt_I8zh_static_info"
         , "-Wl,-u,_base_GHCziInt_I16zh_static_info"
         , "-Wl,-u,_base_GHCziInt_I32zh_static_info"
         , "-Wl,-u,_base_GHCziInt_I64zh_static_info"
         , "-Wl,-u,_base_GHCziWord_W8zh_static_info"
         , "-Wl,-u,_base_GHCziWord_W16zh_static_info"
         , "-Wl,-u,_base_GHCziWord_W32zh_static_info"
         , "-Wl,-u,_base_GHCziWord_W64zh_static_info"
         , "-Wl,-u,_base_GHCziStable_StablePtr_static_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Izh_con_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Czh_con_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Fzh_con_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_Dzh_con_info"
         , "-Wl,-u,_base_GHCziPtr_Ptr_con_info"
         , "-Wl,-u,_base_GHCziPtr_FunPtr_con_info"
         , "-Wl,-u,_base_GHCziStable_StablePtr_con_info"
         , "-Wl,-u,_ghczmprim_GHCziTypes_False_closure"
         , "-Wl,-u,_ghczmprim_GHCziTypes_True_closure"
         , "-Wl,-u,_base_GHCziPack_unpackCString_closure"
         , "-Wl,-u,_base_GHCziIOziException_stackOverflow_closure"
         , "-Wl,-u,_base_GHCziIOziException_heapOverflow_closure"
         , "-Wl,-u,_base_ControlziExceptionziBase_nonTermination_closure"
         , "-Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnMVar_closure"
         , "-Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnSTM_closure"
         , "-Wl,-u,_base_GHCziIOziException_allocationLimitExceeded_closure"
         , "-Wl,-u,_base_ControlziExceptionziBase_nestedAtomically_closure"
         , "-Wl,-u,_base_GHCziEventziThread_blockedOnBadFD_closure"
         , "-Wl,-u,_base_GHCziWeak_runFinalizzerBatch_closure"
         , "-Wl,-u,_base_GHCziTopHandler_flushStdHandles_closure"
         , "-Wl,-u,_base_GHCziTopHandler_runIO_closure"
         , "-Wl,-u,_base_GHCziTopHandler_runNonIO_closure"
         , "-Wl,-u,_base_GHCziConcziIO_ensureIOManagerIsRunning_closure"
         , "-Wl,-u,_base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure"
         , "-Wl,-u,_base_GHCziConcziSync_runSparks_closure"
         , "-Wl,-u,_base_GHCziConcziSignal_runHandlersPtr_closure"
#else
           "-Wl,-u,ghczmprim_GHCziTypes_Izh_static_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Czh_static_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Fzh_static_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Dzh_static_info"
         , "-Wl,-u,base_GHCziPtr_Ptr_static_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Wzh_static_info"
         , "-Wl,-u,base_GHCziInt_I8zh_static_info"
         , "-Wl,-u,base_GHCziInt_I16zh_static_info"
         , "-Wl,-u,base_GHCziInt_I32zh_static_info"
         , "-Wl,-u,base_GHCziInt_I64zh_static_info"
         , "-Wl,-u,base_GHCziWord_W8zh_static_info"
         , "-Wl,-u,base_GHCziWord_W16zh_static_info"
         , "-Wl,-u,base_GHCziWord_W32zh_static_info"
         , "-Wl,-u,base_GHCziWord_W64zh_static_info"
         , "-Wl,-u,base_GHCziStable_StablePtr_static_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Izh_con_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Czh_con_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Fzh_con_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_Dzh_con_info"
         , "-Wl,-u,base_GHCziPtr_Ptr_con_info"
         , "-Wl,-u,base_GHCziPtr_FunPtr_con_info"
         , "-Wl,-u,base_GHCziStable_StablePtr_con_info"
         , "-Wl,-u,ghczmprim_GHCziTypes_False_closure"
         , "-Wl,-u,ghczmprim_GHCziTypes_True_closure"
         , "-Wl,-u,base_GHCziPack_unpackCString_closure"
         , "-Wl,-u,base_GHCziIOziException_stackOverflow_closure"
         , "-Wl,-u,base_GHCziIOziException_heapOverflow_closure"
         , "-Wl,-u,base_ControlziExceptionziBase_nonTermination_closure"
         , "-Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnMVar_closure"
         , "-Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnSTM_closure"
         , "-Wl,-u,base_GHCziIOziException_allocationLimitExceeded_closure"
         , "-Wl,-u,base_ControlziExceptionziBase_nestedAtomically_closure"
         , "-Wl,-u,base_GHCziEventziThread_blockedOnBadFD_closure"
         , "-Wl,-u,base_GHCziWeak_runFinalizzerBatch_closure"
         , "-Wl,-u,base_GHCziTopHandler_flushStdHandles_closure"
         , "-Wl,-u,base_GHCziTopHandler_runIO_closure"
         , "-Wl,-u,base_GHCziTopHandler_runNonIO_closure"
         , "-Wl,-u,base_GHCziConcziIO_ensureIOManagerIsRunning_closure"
         , "-Wl,-u,base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure"
         , "-Wl,-u,base_GHCziConcziSync_runSparks_closure"
         , "-Wl,-u,base_GHCziConcziSignal_runHandlersPtr_closure"
#endif

/*  Pick up static libraries in preference over dynamic if in earlier search
 *  path.  This is important to use the static gmp in preference on Mac OS.
 *  The used option is specific to the Darwin linker.
 */
#ifdef darwin_HOST_OS
         , "-Wl,-search_paths_first"
#endif

#if defined(darwin_HOST_OS) && !defined(x86_64_HOST_ARCH)
         , "-read_only_relocs", "warning"
#endif

framework-dirs:

haddock-interfaces:
haddock-html: