[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.
Showing
- aclocal.m4 4 additions, 4 deletionsaclocal.m4
- configure.in 26 additions, 17 deletionsconfigure.in
- ghc/compiler/Makefile 11 additions, 4 deletionsghc/compiler/Makefile
- ghc/compiler/compMan/CmLink.lhs 0 additions, 0 deletionsghc/compiler/compMan/CmLink.lhs
- ghc/compiler/compMan/CmStaticInfo.lhs 0 additions, 0 deletionsghc/compiler/compMan/CmStaticInfo.lhs
- ghc/compiler/compMan/CmSummarise.lhs 0 additions, 0 deletionsghc/compiler/compMan/CmSummarise.lhs
- ghc/compiler/compMan/CompManager.lhs 0 additions, 0 deletionsghc/compiler/compMan/CompManager.lhs
- ghc/compiler/ghci/MCI_make_constr.hi-boot 0 additions, 0 deletionsghc/compiler/ghci/MCI_make_constr.hi-boot
- ghc/compiler/ghci/StgInterp.lhs 0 additions, 2 deletionsghc/compiler/ghci/StgInterp.lhs
- mk/config.mk.in 25 additions, 17 deletionsmk/config.mk.in
Loading
Please register or sign in to comment