From 231ac1696f0b47d2e566025d562259427c62a856 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 12 May 2000 13:37:05 +0000 Subject: [PATCH 1/1] [project @ 2000-05-12 13:37:05 by simonmar] compile PrelRules with -fvia-C for now. --- ghc/compiler/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index e2d998c..a1354f7 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.77 2000/05/10 13:07:43 simonmar Exp $ +# $Id: Makefile,v 1.78 2000/05/12 13:37:05 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -141,6 +141,8 @@ nativeGen/MachCode_HC_OPTS = -H10m usageSP/UsageSPInf_HC_OPTS = -Onot prelude/PrimOp_HC_OPTS = -H12m -K3m +prelude/PrelRules_HC_OPTS = -fvia-C + parser/Lex_HC_OPTS = -fvia-C -K2m -H16m parser/Ctype_HC_OPTS = -K2m -fvia-C -- 1.7.10.4