[project @ 2005-02-01 08:36:02 by simonpj]
authorsimonpj <unknown>
Tue, 1 Feb 2005 08:36:07 +0000 (08:36 +0000)
committersimonpj <unknown>
Tue, 1 Feb 2005 08:36:07 +0000 (08:36 +0000)
commitd708060681ffe69afa4574cacb3bde6b430d062f
tree2dae7a685053406689e559ea7bf58c1dd5aaa8f2
parentfe1207fa2b3d8c58f63c2fcc5edaaa08d34a0c3a
[project @ 2005-02-01 08:36:02 by simonpj]
--------------------
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.
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/DriverState.hs
ghc/compiler/main/Main.hs