Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Yudaken
GHC
Commits
04801365
Commit
04801365
authored
Jul 13, 2011
by
Ian Lynagh
Browse files
TH doesn't work in a stage 1 compiler
parent
e182041f
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/test.mk
View file @
04801365
...
...
@@ -69,11 +69,14 @@ else
RUNTEST_OPTS
+=
-e
ghc_with_dynamic_rts
=
0
endif
$(eval
$(call
get-ghc-field,GhcStage,Stage))
$(eval
$(call
get-ghc-feature-bool,GhcWithInterpreter,Have
interpreter))
ifeq
"$(GhcWithInterpreter)" "
YES
"
RUNTEST_OPTS
+=
-e
ghc_with_interpreter
=
1
else
ifeq
"$(GhcWithInterpreter)" "
NO
"
RUNTEST_OPTS
+=
-e
ghc_with_interpreter
=
0
else
ifeq
"$(GhcStage)" "1"
RUNTEST_OPTS
+=
-e
ghc_with_interpreter
=
0
else
RUNTEST_OPTS
+=
-e
ghc_with_interpreter
=
1
endif
$(eval
$(call
get-ghc-feature-bool,GhcUnregisterised,Unregisterised))
...
...
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