From: rrt Date: Tue, 5 Dec 2000 12:15:19 +0000 (+0000) Subject: [project @ 2000-12-05 12:15:19 by rrt] X-Git-Tag: Approximately_9120_patches~3204 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=13942a05ecbb8dd4952fe8b7b8f74488327df5e8;p=ghc-hetmet.git [project @ 2000-12-05 12:15:19 by rrt] Declare no_hs_main --- diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 5d3aeb0..68e1981 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPipeline.hs,v 1.36 2000/12/04 16:42:14 rrt Exp $ +-- $Id: DriverPipeline.hs,v 1.37 2000/12/05 12:15:19 rrt Exp $ -- -- GHC Driver -- @@ -653,6 +653,8 @@ run_phase SplitAs basename _suff _input_fn _output_fn ----------------------------------------------------------------------------- -- Linking +GLOBAL_VAR(no_hs_main, False, Bool) + doLink :: [String] -> IO () doLink o_files = do ln <- readIORef v_Pgm_l