X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverState.hs;h=18a50c22d4fdefa5638ee0be552847863436bbb4;hb=e0a941b95506cef196e7a8ad1e002920d181f302;hp=aff192f902062b7f7a8a3458cc13c07cd8de38cd;hpb=0f53b896cbda2c2030e93f3afd07f0aa553487e0;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index aff192f..18a50c2 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.40 2001/05/28 03:31:19 sof Exp $ +-- $Id: DriverState.hs,v 1.41 2001/05/31 11:32:25 simonmar Exp $ -- -- Settings for the driver -- @@ -98,6 +98,7 @@ GLOBAL_VAR(v_Output_hi, Nothing, Maybe String) GLOBAL_VAR(v_Object_suf, Nothing, Maybe String) GLOBAL_VAR(v_HC_suf, Nothing, Maybe String) +GLOBAL_VAR(v_Hi_dir, Nothing, Maybe String) GLOBAL_VAR(v_Hi_suf, "hi", String) GLOBAL_VAR(v_Ld_inputs, [], [String])