Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1cbb5869
Commit
1cbb5869
authored
Mar 19, 2009
by
Simon Marlow
Browse files
FIX unregisterised build
parent
5e5a08eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
1cbb5869
...
...
@@ -404,7 +404,7 @@ endif
# Defer the check until later by using $(if..), because GhcUnregisterised might
# be set in build.mk, which hasn't been read yet.
GhcRTSWays
+=
$(
if
$(
findstring
NO,
$(GhcUnregisterised)
)
,thr thr_debug thr_l,
)
GhcRTSWays
+=
$(
if
$(
findstring
p,
$(GhcLibWays)
)
,thr_p,
)
GhcRTSWays
+=
$(
if
$(
findstring
p,
$(GhcLibWays)
)
,
$(
if
$(
findstring
NO,
$(GhcUnregisterised)
)
,
thr_p,
)
,
)
# We can only build GHCi threaded if we have a threaded RTS:
GhcThreaded
=
$(
if
$(
findstring
thr,
$(GhcRTSWays)
)
,YES,NO
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment