Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
8d53c9ac
Commit
8d53c9ac
authored
Jul 24, 2008
by
Simon Marlow
Browse files
allow EXTRA_HC_OPTS to be used from the command-line
parent
592766aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/Makefile
View file @
8d53c9ac
...
...
@@ -67,6 +67,10 @@ CONFIGURE_FLAGS_STAGE1 += $(USE_BOOT_CONFIGURE_FLAGS)
CONFIGURE_FLAGS_STAGE2
+=
$(USE_STAGE1_CONFIGURE_FLAGS)
CONFIGURE_FLAGS_STAGE3
+=
$(USE_STAGE2_CONFIGURE_FLAGS)
# Allow EXTRA_HC_OPTS to be used from the command line to add options
# when building (e.g. -v)
BUILD_FLAGS
=
$(
patsubst
%,
--ghc-option
=
%,
$(EXTRA_HC_OPTS)
)
# XXX In stage2+ we should really use the inplace ghc-pkg
# It works because installPackage doesn't actually use ghc-pkg, as there's
# no library to register
...
...
Write
Preview
Supports
Markdown
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