From b1455fa5f2ab61ff727f86094dbd4839717eb24e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 3 Jun 2008 08:20:41 +0000 Subject: [PATCH] -no-link-chk has been a no-op since at least 6.0; remove it --- compiler/main/StaticFlags.hs | 3 --- 1 file changed, 3 deletions(-) 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") ) -- 1.7.10.4