diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-07-04 13:57:04 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-07-04 13:57:04 +0000 |
commit | ce5c7f0db0d0b2bf0be171eb8d5fbebe7df97fcb (patch) | |
tree | 15af2e69b9667da5bd2d8dc51f6fb36813c07910 /compiler/codeGen/Bitmap.hs | |
parent | 10ba2ab9fb729215f5e30654527a5d882a3a01f7 (diff) | |
download | haskell-ce5c7f0db0d0b2bf0be171eb8d5fbebe7df97fcb.tar.gz |
Use $(HC), not $(GHC) to compile ghc-inplace
$(GHC) is always the installed compiler, $(HC) changes depending on
the stage. This has the nice effect that we build stage2/ghc-inplace
using the stage1 compiler, and get to take advantage of bugfixes in
stage1 relative to $(GHC) (in particular I want the non-blocking stdin
fix for stage2, otherwise piping the testsuite output through tee
fails).
Diffstat (limited to 'compiler/codeGen/Bitmap.hs')
0 files changed, 0 insertions, 0 deletions