summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkeithw <unknown>1999-05-11 17:05:49 +0000
committerkeithw <unknown>1999-05-11 17:05:49 +0000
commit192b2bc9a0e943438faff225b0f82a8d7804a733 (patch)
tree6ea5f26993ab964c08d8c8f41081dbf1dcec03d5
parent59555db8b6f4e67efa73c33fdc836d68e055de8e (diff)
downloadhaskell-192b2bc9a0e943438faff225b0f82a8d7804a733.tar.gz
[project @ 1999-05-11 17:05:43 by keithw]
Remove some comments left in by mistake.
-rw-r--r--ghc/lib/exts/Makefile2
-rw-r--r--ghc/lib/misc/Makefile4
-rw-r--r--ghc/lib/posix/Makefile3
-rw-r--r--ghc/lib/std/Makefile3
4 files changed, 2 insertions, 10 deletions
diff --git a/ghc/lib/exts/Makefile b/ghc/lib/exts/Makefile
index abc53cf1e5..6a207cf3bb 100644
--- a/ghc/lib/exts/Makefile
+++ b/ghc/lib/exts/Makefile
@@ -43,8 +43,6 @@ ifneq "$(way)" ""
SRC_HC_OPTS += -hisuf $(way_)hi
endif
-# KSW 1998-12: had to increase some of the heap sizes by 2m to 6m for USP
-
Int_HC_OPTS += -H20m -fno-prune-tydecls -monly-3-regs
Word_HC_OPTS += -H20m -monly-3-regs
Foreign_HC_OPTS += -fno-prune-tydecls
diff --git a/ghc/lib/misc/Makefile b/ghc/lib/misc/Makefile
index 5d0c5ab4ca..9a5c293940 100644
--- a/ghc/lib/misc/Makefile
+++ b/ghc/lib/misc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1999/05/11 16:47:46 keithw Exp $
+# $Id: Makefile,v 1.15 1999/05/11 17:05:46 keithw Exp $
#
# Makefile for miscellaneous libraries.
#
@@ -59,8 +59,6 @@ endif
# Specific flags
#
-# KSW 1998-12: had to increase some of the heap sizes by 2m for USP
-
BSD_HC_OPTS += -I../std/cbits -H8m -optc-DNON_POSIX_SOURCE
Socket_HC_OPTS += -I../std/cbits -optc-DNON_POSIX_SOURCE
SocketPrim_HC_OPTS += -I../std/cbits -H12m -optc-DNON_POSIX_SOURCE
diff --git a/ghc/lib/posix/Makefile b/ghc/lib/posix/Makefile
index e8d12160b5..d4b80657e8 100644
--- a/ghc/lib/posix/Makefile
+++ b/ghc/lib/posix/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.6 1999/05/11 16:47:46 keithw Exp $
+# $Id: Makefile,v 1.7 1999/05/11 17:05:48 keithw Exp $
#
# Makefile for POSIX library
#
@@ -55,7 +55,6 @@ PosixProcPrim_HC_OPTS ='-\#include"cbits/libposix.h"'
PosixTTY_HC_OPTS ='-\#include"cbits/libposix.h"' -monly-2-regs
Posix_HC_OPTS ='-\#include"cbits/libposix.h"'
-# KSW 1998-12: had to increase some of the heap sizes by 2m for USP
PosixProcPrim_HC_OPTS += -H8m
PosixFiles_HC_OPTS += -H8m
diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile
index 9c2b8cde7c..02e279cb8c 100644
--- a/ghc/lib/std/Makefile
+++ b/ghc/lib/std/Makefile
@@ -54,9 +54,6 @@ PrelArrExtra_HC_OPTS += -monly-2-regs
Directory_HC_OPTS += -monly-3-regs
Time_HC_OPTS += -monly-3-regs
-# argh, adding USP seems to require extra heap... an extra 2 to 6MB,
-# in fact, on each of these. (KSW 1998-12)
-
# Far too much heap is needed to compile PrelNumExtra with -O at the
# moment, but there you go..
PrelNumExtra_HC_OPTS += -H34m -K2m