From: rrt Date: Fri, 5 Jan 2001 17:57:07 +0000 (+0000) Subject: [project @ 2001-01-05 17:57:07 by rrt] X-Git-Tag: Approximately_9120_patches~2961 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2a8d65fe6bc8873af2aae4783a885b3e3ad1c1f4;p=ghc-hetmet.git [project @ 2001-01-05 17:57:07 by rrt] Added some -Ks to keep 4.08 happy when compiling the compiler. --- 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.