From 0f17b930c164f3130caf2215484a8f5f8aa3cc63 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Mon, 29 Jun 2020 17:11:28 +0200 Subject: Remove unused "ncg" flag This flag has been removed in 066b369de2c6f7da03c88206288dca29ab061b31 in 2011. --- compiler/ghc.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/ghc.mk') diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 05a6d9def1..92a844c779 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -200,11 +200,6 @@ ifeq "$(GhcThreadedRts)" "YES" compiler_stage1_CONFIGURE_OPTS += --ghc-option=-optc-DTHREADED_RTS endif -ifeq "$(GhcWithNativeCodeGen)" "YES" -compiler_stage1_CONFIGURE_OPTS += --flags=ncg -compiler_stage2_CONFIGURE_OPTS += --flags=ncg -endif - ifeq "$(GhcWithInterpreter)" "YES" compiler_stage2_CONFIGURE_OPTS += --flags=ghci -- cgit v1.2.1