From ff67b39ecdae85a0940b46f7cc51b223cf563090 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 13 Feb 2001 09:35:45 +0000
Subject: [PATCH] [project @ 2001-02-13 09:35:45 by simonmar] compile
 ByteCodeItbls with -fvia-C

---
 ghc/compiler/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index 229970ee6fa8..f69caa79d65f 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.137 2001/02/12 10:15:19 simonmar Exp $
+# $Id: Makefile,v 1.138 2001/02/13 09:35:45 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -220,6 +220,9 @@ utils/Digraph_HC_OPTS		= -fglasgow-exts
 
 utils/PrimPacked_HC_OPTS	= -fvia-C -monly-3-regs -funfolding-interface-threshold7
 
+# ByteCodeItbls uses primops that the NCG doesn't support yet.
+ghci/ByteCodeItbls_HC_OPTS	= -fvia-C
+
 # ----------------------------------------------------------------------------
 #		C compilations
 
-- 
GitLab