Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Tobias Decking
GHC
Commits
f83010b1
Commit
f83010b1
authored
Jul 26, 2007
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link with hpc even if GhcWithInterpreter is not set
parent
ded67816
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
compiler/Makefile
compiler/Makefile
+7
-2
No files found.
compiler/Makefile
View file @
f83010b1
...
...
@@ -410,11 +410,16 @@ endif
# enabled when we are bootstrapping with the same version of GHC, and
# the interpreter is supported on this platform.
ifeq
"$(bootstrapped)" "YES"
SRC_HC_OPTS
+=
-package
hpc
PKG_DEPENDS
+=
hpc
endif
ifeq
"$(GhcWithInterpreter) $(bootstrapped)" "YES YES"
# Yes, include the interepreter, readline, and Template Haskell extensions
SRC_HC_OPTS
+=
-DGHCI
-package
template-haskell
-package
hpc
PKG_DEPENDS
+=
template-haskell
hpc
SRC_HC_OPTS
+=
-DGHCI
-package
template-haskell
PKG_DEPENDS
+=
template-haskell
# Should GHCI be building info tables in the TABLES_NEXT_TO_CODE style
# or not?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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