From 2a8d65fe6bc8873af2aae4783a885b3e3ad1c1f4 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 5 Jan 2001 17:57:07 +0000 Subject: [PATCH] [project @ 2001-01-05 17:57:07 by rrt] Added some -Ks to keep 4.08 happy when compiling the compiler. --- ghc/compiler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index aa5c001..f4ba04a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.128 2000/12/30 20:35:37 panne Exp $ +# $Id: Makefile,v 1.129 2001/01/05 17:57:07 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 += -Onot -H45m -K2m -fno-warn-incomplete-patterns -parser/Parser_HC_OPTS += -Onot -fno-warn-incomplete-patterns +parser/Parser_HC_OPTS += -Onot -K2m -fno-warn-incomplete-patterns # The latest GHC version doesn't have a -K option yet, and it doesn't # seem to be necessary anymore for the modules below. -- 1.7.10.4