cvs commit: fptools/ghc/compiler/main DriverFlags.hs DriverPipeline.hs DriverState.hs Main.hs

Simon Peyton Jones simonpj at haskell.org
Tue Feb 1 03:36:11 EST 2005


simonpj     2005/02/01 00:36:10 PST

  Modified files:
    ghc/compiler/main    DriverFlags.hs DriverPipeline.hs 
                         DriverState.hs Main.hs 
  Log:
  	--------------------
  	Command-flag cleanup
  	--------------------
  
  * Fewer cases in GhcMode: eliminate DoMkDLL, DoLink, both in favour of
    StopBefore StopLn
  
  * Replace the NoLink boolean with a GhcLink three-way flag:
  	NoLink, StaticLink, MakeDLL
  
  * Corresponding plumbing to link it all up.
  
  Revision  Changes    Path
  1.151     +3 -3      fptools/ghc/compiler/main/DriverFlags.hs
  1.183     +29 -29    fptools/ghc/compiler/main/DriverPipeline.hs
  1.115     +19 -9     fptools/ghc/compiler/main/DriverState.hs
  1.145     +26 -18    fptools/ghc/compiler/main/Main.hs


More information about the Cvs-ghc mailing list