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
dd474282
Commit
dd474282
authored
Jan 23, 2011
by
Ian Lynagh
Browse files
Fix ghci in stage3
parent
94504e0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
dd474282
# -----------------------------------------------------------------------------
#
# (c) 2009 The University of Glasgow
...
...
ghc/ghc.mk
View file @
dd474282
...
...
@@ -20,6 +20,7 @@ ghc_stage3_CONFIGURE_OPTS += --flags=stage3
ifeq
"$(GhcWithInterpreter)" "YES"
ghc_stage2_CONFIGURE_OPTS
+=
--flags
=
ghci
ghc_stage3_CONFIGURE_OPTS
+=
--flags
=
ghci
endif
ghc_stage1_MORE_HC_OPTS
=
$(GhcStage1HcOpts)
...
...
@@ -34,11 +35,6 @@ ghc_stage1_C_FILES_NODEPS = ghc/hschooks.c
ghc_stage2_MKDEPENDC_OPTS
=
-DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
ghc_stage3_MKDEPENDC_OPTS
=
-DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
ifeq
"$(GhcWithInterpreter)" "YES"
ghc_stage2_MORE_HC_OPTS
+=
-DGHCI
ghc_stage3_MORE_HC_OPTS
+=
-DGHCI
endif
ifeq
"$(GhcDebugged)" "YES"
ghc_stage1_MORE_HC_OPTS
+=
-debug
ghc_stage2_MORE_HC_OPTS
+=
-debug
...
...
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