[project @ 2001-02-13 09:35:45 by simonmar]
authorsimonmar <unknown>
Tue, 13 Feb 2001 09:35:45 +0000 (09:35 +0000)
committersimonmar <unknown>
Tue, 13 Feb 2001 09:35:45 +0000 (09:35 +0000)
compile ByteCodeItbls with -fvia-C

ghc/compiler/Makefile

index 229970e..f69caa7 100644 (file)
@@ -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