Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
68f0a6a6
Commit
68f0a6a6
authored
Feb 13, 2014
by
Sergei Trofimovich
Committed by
Austin Seipp
Feb 17, 2014
Browse files
Fix --enable-unregistered by passing NOSMP to .hc compiler (#8748)
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
13829758
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghc.mk
View file @
68f0a6a6
...
...
@@ -353,6 +353,11 @@ else
compiler_CONFIGURE_OPTS
+=
--ghc-option
=
-DNO_REGS
endif
ifneq
"$(GhcWithSMP)" "YES"
compiler_CONFIGURE_OPTS
+=
--ghc-option
=
-DNOSMP
compiler_CONFIGURE_OPTS
+=
--ghc-option
=
-optc-DNOSMP
endif
# Careful optimisation of the parser: we don't want to throw everything
# at it, because that takes too long and doesn't buy much, but we do want
# to inline certain key external functions, so we instruct GHC not to
...
...
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