From b403b7ad234a7dd5e5c8a5b0343bc268adfad16d Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 20 Dec 2000 15:54:51 +0000 Subject: [PATCH] [project @ 2000-12-20 15:54:51 by rrt] Added -K2M for ParserIface and Parser, which don't build with 4.08.1 under Windows otherwise. --- ghc/compiler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 14e105a..af977aa 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.126 2000/12/20 13:40:08 simonmar Exp $ +# $Id: Makefile,v 1.127 2000/12/20 15:54:51 rrt Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -204,9 +204,9 @@ prelude/PrimOp_HC_OPTS = -H12m -no-recomp # because the NCG can't handle the 64-bit math in here prelude/PrelRules_HC_OPTS = -fvia-C -rename/ParseIface_HC_OPTS += -Onot -H45m -fno-warn-incomplete-patterns +rename/ParseIface_HC_OPTS += -K2M -Onot -H45m -fno-warn-incomplete-patterns -parser/Parser_HC_OPTS += -Onot -fno-warn-incomplete-patterns +parser/Parser_HC_OPTS += -K2M -Onot -fno-warn-incomplete-patterns ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9" rename/RnMonad_HC_OPTS = -O2 -O2-for-C -- 1.7.10.4