diff options
author | simonmar <unknown> | 2000-07-06 15:24:57 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-07-06 15:24:57 +0000 |
commit | 09c44c1e42d9784c0b35e9699a46c777fa2e550f (patch) | |
tree | 2793df5278287cafaaedef1ea9c35dd4ef23d304 /ghc/driver | |
parent | 5d42ac16b2e956c03455a1f8328d876b670d3635 (diff) | |
download | haskell-09c44c1e42d9784c0b35e9699a46c777fa2e550f.tar.gz |
[project @ 2000-07-06 15:24:57 by simonmar]
no need to set hsc_lang = HscC when -split-objs is on.
Diffstat (limited to 'ghc/driver')
-rw-r--r-- | ghc/driver/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index 883c092080..78bd862afd 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 |