[project @ 2000-11-02 14:27:01 by simonmar]
authorsimonmar <unknown>
Thu, 2 Nov 2000 14:27:02 +0000 (14:27 +0000)
committersimonmar <unknown>
Thu, 2 Nov 2000 14:27:02 +0000 (14:27 +0000)
commit803963adcff2a811b7ec494e37ab8b2e318bff45
tree84053757f68ceb5ba48055e9138e39589e61c31f
parentc1d8b21c963eec0cee6151b98c35e1fb372ee163
[project @ 2000-11-02 14:27:01 by simonmar]
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.
aclocal.m4
configure.in
ghc/compiler/Makefile
ghc/compiler/compMan/CmLink.lhs [moved from ghc/compiler/ghci/CmLink.lhs with 100% similarity]
ghc/compiler/compMan/CmStaticInfo.lhs [moved from ghc/compiler/ghci/CmStaticInfo.lhs with 100% similarity]
ghc/compiler/compMan/CmSummarise.lhs [moved from ghc/compiler/ghci/CmSummarise.lhs with 100% similarity]
ghc/compiler/compMan/CompManager.lhs [moved from ghc/compiler/ghci/CompManager.lhs with 100% similarity]
ghc/compiler/ghci/MCI_make_constr.hi-boot [moved from ghc/compiler/stgSyn/MCI_make_constr.hi-boot with 100% similarity]
ghc/compiler/ghci/StgInterp.lhs [moved from ghc/compiler/stgSyn/StgInterp.lhs with 99% similarity]
mk/config.mk.in