Add "C compiler flags" to settings file
authorIan Lynagh <igloo@earth.li>
Fri, 29 Apr 2011 13:19:53 +0000 (14:19 +0100)
committerIan Lynagh <igloo@earth.li>
Fri, 29 Apr 2011 13:19:53 +0000 (14:19 +0100)
commitfeabe9933969905173d0abe94343d9355e3d8df6
treedb7f392a1238bb3aaf36ec76e955aa5dabd97633
parent28e92f3622eaf5ea28cb6226aa41cee8ad69681d
Add "C compiler flags" to settings file

I've made cpp_args include gcc_args. It effectively didn't before,
but seeing as gcc_args sometimes has -D flags in, I think doing so
is the right thing to do.
compiler/ghc.mk
compiler/main/DriverPipeline.hs
compiler/main/DynFlags.hs
compiler/main/SysTools.lhs
settings.in