From: simonmar Date: Tue, 13 Mar 2001 15:37:50 +0000 (+0000) Subject: [project @ 2001-03-13 15:37:50 by simonmar] X-Git-Tag: Approximately_9120_patches~2432 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a5fe80720a8f3631b6732bd31e6e57212a38f06;p=ghc-hetmet.git [project @ 2001-03-13 15:37:50 by simonmar] remove -funfolding-interface-threshold flag. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 57f9a3e..3686b00 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.141 2001/03/06 15:59:11 simonmar Exp $ +# $Id: Makefile,v 1.142 2001/03/13 15:37:50 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -214,8 +214,7 @@ utils/Digraph_HC_OPTS = -fglasgow-exts # into the interface file and spreading the -monly-3-regs virus. # We need -optC here because the driver before 3.02 didn't understand # the -funfolding flags. - -utils/PrimPacked_HC_OPTS = -fvia-C -monly-3-regs -funfolding-interface-threshold7 +utils/PrimPacked_HC_OPTS = -fvia-C -monly-3-regs # ByteCodeItbls uses primops that the NCG doesn't support yet. ghci/ByteCodeItbls_HC_OPTS = -fvia-C