From: simonmar Date: Thu, 6 Jul 2000 15:24:57 +0000 (+0000) Subject: [project @ 2000-07-06 15:24:57 by simonmar] X-Git-Tag: Approximately_9120_patches~4070 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=09c44c1e42d9784c0b35e9699a46c777fa2e550f;p=ghc-hetmet.git [project @ 2000-07-06 15:24:57 by simonmar] no need to set hsc_lang = HscC when -split-objs is on. --- diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index 883c092..78bd862 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1767,7 +1767,6 @@ opts = , ( "split-objs" , NoArg (if can_split then do writeIORef split_object_files True - writeIORef hsc_lang HscC add opt_C "-fglobalise-toplev-names" add opt_c "-DUSE_SPLIT_MARKERS" else hPutStrLn stderr