From 6c41034bf1632905f1c261e8a4061781ea8fca60 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 1 Jun 2000 08:29:09 +0000 Subject: [PATCH] [project @ 2000-06-01 08:29:09 by simonmar] Compile FastString with -fvia-C for the time being (Julian is working on fixing a bug in the NCG). --- ghc/compiler/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 2a31e87..5eb32c5 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.79 2000/05/28 16:06:52 panne Exp $ +# $Id: Makefile,v 1.80 2000/06/01 08:29:09 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -189,11 +189,13 @@ typecheck/TcBinds_HC_OPTS = -H10m typecheck/TcEnv_HC_OPTS = -H10m utils/Argv_HC_OPTS = -fvia-C utils/SST_HC_OPTS = -utils/FastString_HC_OPTS = utils/StringBuffer_HC_OPTS = -fvia-C -fno-prune-tydecls utils/Digraph_HC_OPTS = -fglasgow-exts utils/DirUtils_HC_OPTS = +# temporary, due to bug in NCG (SDM, 1/6/2000) +utils/FastString_HC_OPTS = -fvia-C + ifeq "$(alpha_HOST_ARCH)" "1" # "stbu" bug in alpha native code generator... basicTypes/Unique_HC_OPTS = -- 1.7.10.4