From 0f74861a7bde7aad07fa85639a6ebb512f25feb0 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 25 Jan 2000 10:15:55 +0000
Subject: [PATCH] [project @ 2000-01-25 10:15:55 by simonmar] Add -optCrts-M80m
 for older compilers.  Sigh.

---
 ghc/compiler/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index c16144c6e74b..12085ee759e3 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.68 2000/01/24 09:25:36 simonmar Exp $
+# $Id: Makefile,v 1.69 2000/01/25 10:15:55 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -142,7 +142,7 @@ parser/Lex_HC_OPTS		= -K2m -H16m -fvia-C
 rename/ParseIface_HC_OPTS 	+= -Onot -H45m -K2m -fno-warn-incomplete-patterns
 rename/ParseIface_HAPPY_OPTS    += -g
 
-parser/Parser_HC_OPTS 		+= -Onot -H80m -K2m -fno-warn-incomplete-patterns
+parser/Parser_HC_OPTS 		+= -Onot -H80m -optCrts-M80m -K2m -fno-warn-incomplete-patterns
 parser/Parser_HAPPY_OPTS    	+= -g
 
 ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9"
-- 
GitLab