From: sewardj Date: Fri, 16 Mar 2001 14:36:19 +0000 (+0000) Subject: [project @ 2001-03-16 14:36:19 by sewardj] X-Git-Tag: Approximately_9120_patches~2385 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0fed73cc0c26f03cb80b9b63228bc272372b257e;p=ghc-hetmet.git [project @ 2001-03-16 14:36:19 by sewardj] prelude/PrimOp_HC_OPTS += -H80m at least until we figure out why ghc-5.0 is leaking space so badly. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index eb5dbf8..10d5925 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.143 2001/03/14 21:22:48 sebc Exp $ +# $Id: Makefile,v 1.144 2001/03/16 14:36:19 sewardj Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -181,7 +181,7 @@ SRC_HC_OPTS += -H16m # not sure if this is required --SDM main/Main_HC_OPTS = -fvia-C -prelude/PrimOp_HC_OPTS = -no-recomp +prelude/PrimOp_HC_OPTS = -no-recomp -H80m # because the NCG can't handle the 64-bit math in here prelude/PrelRules_HC_OPTS = -fvia-C