diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-01 16:34:33 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-01 21:02:49 +0000 |
commit | 104ff6e9ad85751dab2fc2ed25cf8f7827bb13f1 (patch) | |
tree | 840b8c87b16818837d142b6034145f4b25dba8d4 /compiler/ghc.mk | |
parent | 458c653a795ea06e7cbd24872e9961711f7044e8 (diff) | |
download | haskell-104ff6e9ad85751dab2fc2ed25cf8f7827bb13f1.tar.gz |
Change how the build system handles packages
This makes the build system a little simpler, and in particular
will make it easier to handle the changes needed for cross-compilation.
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index fe6779bd01..fc736c80d7 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -409,10 +409,6 @@ compiler_stage1_REGISTER_PACKAGE = NO endif -# haddocking only happens for stage2 -compiler_stage1_DO_HADDOCK = NO -compiler_stage3_DO_HADDOCK = NO - # Don't do splitting for the GHC package, it takes too long and # there's not much benefit. compiler_stage1_SplitObjs = NO |