[project @ 2002-03-13 13:51:34 by simonmar]
authorsimonmar <unknown>
Wed, 13 Mar 2002 13:51:35 +0000 (13:51 +0000)
committersimonmar <unknown>
Wed, 13 Mar 2002 13:51:35 +0000 (13:51 +0000)
commit950c1ecaffcb6e8d7cefb20b8372691182c6c304
tree1db2032640ef1f7f0c81ba8943fd8be048938800
parentddd68e600435f08c0596bfe24de431b1ccc6ff0b
[project @ 2002-03-13 13:51:34 by simonmar]
Fix the -fasm/-fvia-C auto-selection again: now we're back to the
proper behaviour, namely -fasm is the default unless you specify -O or
-fvia-C, but only on arch's that support it.

I screwed it up in the previous commit, but it exposed a bug in the
NCG so it wasn't all bad :)
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/DriverState.hs
ghc/compiler/main/Main.hs