From 7223167c4907ea114bd05935541dbbc8729e46f3 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 11 Apr 2001 10:24:38 +0000 Subject: [PATCH] [project @ 2001-04-11 10:24:38 by sewardj] ghci/ByteCodeLink_HC_OPTS = -fvia-C -- sparc NCG seems to need it. --- ghc/compiler/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 98d0b77..750af8e 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.152 2001/04/06 04:28:53 lewie Exp $ +# $Id: Makefile,v 1.153 2001/04/11 10:24:38 sewardj Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -218,6 +218,7 @@ utils/PrimPacked_HC_OPTS = -fvia-C -monly-3-regs # ByteCodeItbls uses primops that the NCG doesn't support yet. ghci/ByteCodeItbls_HC_OPTS = -fvia-C +ghci/ByteCodeLink_HC_OPTS = -fvia-C # CSE interacts badly with the top-level IORefs in DriverState, causing some # of them to be commoned up. We have a fix for this in 5.00+, but earlier -- 1.7.10.4