From: simonmar Date: Tue, 13 Feb 2001 09:35:45 +0000 (+0000) Subject: [project @ 2001-02-13 09:35:45 by simonmar] X-Git-Tag: Approximately_9120_patches~2660 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ff67b39ecdae85a0940b46f7cc51b223cf563090;p=ghc-hetmet.git [project @ 2001-02-13 09:35:45 by simonmar] compile ByteCodeItbls with -fvia-C --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 229970e..f69caa7 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