From: simonmar Date: Mon, 19 Jun 2000 12:17:59 +0000 (+0000) Subject: [project @ 2000-06-19 12:17:59 by simonmar] X-Git-Tag: Approximately_9120_patches~4175 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cccc437a77323013052e4b0ce0a0d01063e171b6;p=ghc-hetmet.git [project @ 2000-06-19 12:17:59 by simonmar] ignore -no-link-chk for backwards compat. --- diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index 402c235..1603a36 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1646,6 +1646,7 @@ opts = ------- Miscellaneous ----------------------------------------------- , ( "cpp" , NoArg (writeIORef cpp_flag True) ) , ( "#include" , SepArg (add cmdline_hc_includes) ) + , ( "no-link-chk" , NoArg (return ()) ) -- ignored for backwards compat ------- Output Redirection ------------------------------------------ , ( "odir" , HasArg (writeIORef output_dir . Just) )