Skip to content
Snippets Groups Projects
Commit ff67b39e authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2001-02-13 09:35:45 by simonmar]

compile ByteCodeItbls with -fvia-C
parent 07fd0a12
No related branches found
No related tags found
No related merge requests found
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# $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 = .. TOP = ..
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
...@@ -220,6 +220,9 @@ utils/Digraph_HC_OPTS = -fglasgow-exts ...@@ -220,6 +220,9 @@ utils/Digraph_HC_OPTS = -fglasgow-exts
utils/PrimPacked_HC_OPTS = -fvia-C -monly-3-regs -funfolding-interface-threshold7 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 # C compilations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment