From: sof Date: Thu, 30 Apr 1998 19:47:45 +0000 (+0000) Subject: [project @ 1998-04-30 19:47:45 by sof] X-Git-Tag: Approx_2487_patches~747 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8592c8938c8e761e6f2726ad37a2bd4efc573ad8;p=ghc-hetmet.git [project @ 1998-04-30 19:47:45 by sof] Compile DirUtils with -fvia-C --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 0bb394c..bf23787 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.38 1998/04/16 10:04:12 sof Exp $ +# $Id: Makefile,v 1.39 1998/04/30 19:47:45 sof Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -194,6 +194,8 @@ utils/FastString_HC_OPTS = -fvia-C -monly-3-regs utils/StringBuffer_HC_OPTS = -fvia-C -fno-prune-tydecls utils/Digraph_HC_OPTS = -fglasgow-exts -fvia-C utils/Outputable_HC_OPTS = -monly-3-regs +utils/DirUtils_HC_OPTS = -fvia-C + # Strictness analyser misbehaving in 2.10, fails to terminate on # UpdAnal.lhs due to weird recursive datatype. Bug was exposed by a