X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverState.hs;h=99fee2b6840be62daf0b9d2696c763cabb3e51d8;hb=cf2b7f7b4e945e27bda9baa020845bb965eea261;hp=1746528f5be6bd16a359c497b5e3698217391403;hpb=b302643c51ba129d50d9de26612ba2b9dc60f4e9;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index 1746528..99fee2b 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.19 2000/12/08 12:32:15 simonpj Exp $ +-- $Id: DriverState.hs,v 1.21 2001/01/08 12:31:34 rrt Exp $ -- -- Settings for the driver -- @@ -22,6 +22,7 @@ import IOExts import TmpFiles ( newTempName ) import Directory ( removeFile ) #endif +import Panic import List import Char @@ -124,11 +125,7 @@ GLOBAL_VAR(v_Keep_tmp_files, False, Bool) -- Misc GLOBAL_VAR(v_Scale_sizes_by, 1.0, Double) GLOBAL_VAR(v_Dry_run, False, Bool) -#if !defined(HAVE_WIN32_DLL_SUPPORT) || defined(DONT_WANT_WIN32_DLL_SUPPORT) GLOBAL_VAR(v_Static, True, Bool) -#else -GLOBAL_VAR(v_Static, False, Bool) -#endif GLOBAL_VAR(v_NoHsMain, False, Bool) GLOBAL_VAR(v_Recomp, True, Bool) GLOBAL_VAR(v_Collect_ghc_timing, False, Bool)