cvs commit: fptools configure.in aclocal.m4 fptools/ghc/compiler Makefile fptools/mk config.mk.in fptools/ghc/compiler/compMan CmLink.lhs CmStaticInfo.lhs CmSummarise.lhs CompManager.lhs fptools/ghc/compiler/ghci MCI_make_constr.hi-boot StgInterp.lhs ...

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 2 Nov 2000 06:27:02 -0800


simonmar    2000/11/02 06:27:02 PST

  Modified files:
    .                    configure.in aclocal.m4 
    ghc/compiler         Makefile 
    mk                   config.mk.in 
  Added files:
    ghc/compiler/compMan CmLink.lhs CmStaticInfo.lhs 
                         CmSummarise.lhs CompManager.lhs 
    ghc/compiler/ghci    MCI_make_constr.hi-boot StgInterp.lhs 
  Removed files:
    ghc/compiler/ghci    CmLink.lhs CmStaticInfo.lhs 
                         CmSummarise.lhs CompManager.lhs 
    ghc/compiler/stgSyn  MCI_make_constr.hi-boot StgInterp.lhs 
  Log:
  Cleaning up the configuration/build process.
  
    - New build.mk option: GhcWithInterpreter. It has reasonable
      defaults, and shouldn't need to be overriden (you get the interpreter
      if you're bootstrapping with ghc 4.09+ on an ELF architecture, at
      the moment).
  
    - compilation manager now lives in compiler/compMan.  compiler/ghci
      contains only interpreter-related files.
  
    - WithGhcHc has gone, it now defaults to $(GHC).  This is so that
      we can reliably determine the version of $(GHC) using the stuff that
      configure tells us.  configure gets a new --with-ghc option so you
      can specify which ghc to use.
  
  Revision  Changes    Path
  1.88      +26 -17    fptools/configure.in
  1.58      +4 -4      fptools/aclocal.m4
  1.106     +11 -4     fptools/ghc/compiler/Makefile
  1.127     +25 -17    fptools/mk/config.mk.in