From cccc437a77323013052e4b0ce0a0d01063e171b6 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Mon, 19 Jun 2000 12:17:59 +0000
Subject: [PATCH] [project @ 2000-06-19 12:17:59 by simonmar] ignore
 -no-link-chk for backwards compat.

---
 ghc/driver/Main.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs
index 402c2356685c..1603a3665d93 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) )
-- 
GitLab