From 8592c8938c8e761e6f2726ad37a2bd4efc573ad8 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 30 Apr 1998 19:47:45 +0000
Subject: [PATCH] [project @ 1998-04-30 19:47:45 by sof] Compile DirUtils with
 -fvia-C

---
 ghc/compiler/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index 0bb394c3854a..bf237873ac2a 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
-- 
GitLab