From: keithw Date: Tue, 11 May 1999 17:05:49 +0000 (+0000) Subject: [project @ 1999-05-11 17:05:43 by keithw] X-Git-Tag: Approximately_9120_patches~6218 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=192b2bc9a0e943438faff225b0f82a8d7804a733;p=ghc-hetmet.git [project @ 1999-05-11 17:05:43 by keithw] Remove some comments left in by mistake. --- diff --git a/ghc/lib/exts/Makefile b/ghc/lib/exts/Makefile index abc53cf..6a207cf 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 5d0c5ab..9a5c293 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 e8d1216..d4b8065 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 9c2b8cd..02e279c 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