cvs commit: fptools/ghc/driver PackageSrc.hs

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 3 Jan 2001 08:04:17 -0800


simonmar    2001/01/03 08:04:17 PST

  Modified files:
    ghc/driver           PackageSrc.hs 
  Log:
  Remove -ldl for now.
  
  Current story: you don't get any GHCi stuff by default.  To build
  GHCi:
    (a) build a compiler with GhcRtsHcOpts+=-optc-DGHCI in build.mk
    (b) use this compiler to bootstrap another compiler, with
        GhcWithInterpreter=YES and GhcHcOpts+=-ldl in build.mk
  
  Revision  Changes    Path
  1.15      +1 -1      fptools/ghc/driver/PackageSrc.hs