Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
3d328395
Commit
3d328395
authored
Jun 15, 2009
by
Simon Marlow
Browse files
add 'make stage1_libs', to make just the stage 1 libs
i.e. not dph, and hence not the stage 2 compiler.
parent
fb970193
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
3d328395
...
...
@@ -564,6 +564,10 @@ $(foreach pkg,$(PACKAGES_STAGE2),$(eval libraries/$(pkg)_dist-install_HC_OPTS +=
# out the ones it thinks aren't supported.
libraries/
base3-compat_dist-install_HC_OPTS
+=
-XPackageImports
# A useful pseudo-target
.PHONY
:
stage1_libs
stage1_libs
:
$(ALL_STAGE1_LIBS)
# -----------------------------------------------------------------------------
# Bootstrapping libraries
...
...
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