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
eeff9887
Commit
eeff9887
authored
Jul 22, 2009
by
Ian Lynagh
Browse files
Add integer-simple as a build option
parent
a7d8d283
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
eeff9887
...
...
@@ -535,6 +535,16 @@ ifneq "$(findstring $(phase),0 1 2)" ""
ghc_stage1_DISABLE
=
YES
endif
ifeq
"$(INTEGER_LIBRARY)" "integer-gmp"
libraries/
base_dist-install_CONFIGURE_OPTS
+=
--flags
=
-integer-simple
else
ifeq
"$(INTEGER_LIBRARY)" "integer-simple"
libraries/
base_dist-install_CONFIGURE_OPTS
+=
--flags
=
integer-simple
else
$(error Unknown integer library
:
$(INTEGER_LIBRARY))
endif
endif
ifneq
"$(findstring $(phase),0 1 2 3)" ""
# In phases 0-3, we disable stage2-3, the full libraries and haddock
utils/
haddock_dist_DISABLE
=
YES
...
...
packages
View file @
eeff9887
...
...
@@ -35,6 +35,7 @@ libraries/haskell98 packages/haskell98 darcs
libraries/hpc packages/hpc darcs
libraries/integer packages/integer darcs
libraries/integer-gmp packages/integer-gmp darcs
libraries/integer-simple packages/integer-simple darcs
libraries/mtl packages/mtl darcs
libraries/old-locale packages/old-locale darcs
libraries/old-time packages/old-time darcs
...
...
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