add defaultObjectTarget to the GHC API
authorSimon Marlow <simonmar@microsoft.com>
Mon, 7 May 2007 13:42:35 +0000 (13:42 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 7 May 2007 13:42:35 +0000 (13:42 +0000)
commit17b7cf1a851f16ca8922a9f0061808e4f3b4bd0e
tree67a25e3df6c9961c4ae98766dd97a95d92fc429b
parent3ceff7a48281bfb6145abb174ad5a46e59f83909
add defaultObjectTarget to the GHC API
We had no way of getting the right value of HscTarget to use to
request object files as output.
compiler/main/DynFlags.hs
compiler/main/GHC.hs