Skip to content
  • Simon Marlow's avatar
    [project @ 2005-03-23 13:27:42 by simonmar] · c94111ff
    Simon Marlow authored
    Build GHC package as part of stage 2, and install it.
    
    The following changes will affect those building the GHC package:
    
      - BuildPackageGHC=YES is no longer required in build.mk
      - You must build stage 2 in order to get package ghc.
      - 'make install-inplace-pkg' is not required (nor does it work)
      - -package ghc can be used with the local stage1 or stage2 compiler
        in the current build tree, and it will be available after a
        'make install'.
    
    The GHC package is no longer optional, but it doesn't add much to the
    build time.
    c94111ff