From: Simon Marlow Date: Tue, 3 Jun 2008 08:20:41 +0000 (+0000) Subject: -no-link-chk has been a no-op since at least 6.0; remove it X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b1455fa5f2ab61ff727f86094dbd4839717eb24e;p=ghc-hetmet.git -no-link-chk has been a no-op since at least 6.0; remove it --- diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs index c1465ef..538fe33 100644 --- a/compiler/main/StaticFlags.hs +++ b/compiler/main/StaticFlags.hs @@ -178,9 +178,6 @@ static_flags = [ , ( "no-auto" , NoArg (removeOpt "-fauto-sccs-on-exported-toplevs") ) , ( "no-caf-all" , NoArg (removeOpt "-fauto-sccs-on-individual-cafs") ) - ------- Miscellaneous ----------------------------------------------- - , ( "no-link-chk" , NoArg (return ()) ) -- ignored for backwards compat - ----- Linker -------------------------------------------------------- , ( "static" , PassFlag addOpt ) , ( "dynamic" , NoArg (removeOpt "-static") )