Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
192b2bc9
Commit
192b2bc9
authored
May 11, 1999
by
keithw
Browse files
[project @ 1999-05-11 17:05:43 by keithw]
Remove some comments left in by mistake.
parent
59555db8
Changes
4
Show whitespace changes
Inline
Side-by-side
ghc/lib/exts/Makefile
View file @
192b2bc9
...
@@ -43,8 +43,6 @@ ifneq "$(way)" ""
...
@@ -43,8 +43,6 @@ ifneq "$(way)" ""
SRC_HC_OPTS
+=
-hisuf
$(way_)
hi
SRC_HC_OPTS
+=
-hisuf
$(way_)
hi
endif
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
Int_HC_OPTS
+=
-H20m
-fno-prune-tydecls
-monly-3-regs
Word_HC_OPTS
+=
-H20m
-monly-3-regs
Word_HC_OPTS
+=
-H20m
-monly-3-regs
Foreign_HC_OPTS
+=
-fno-prune-tydecls
Foreign_HC_OPTS
+=
-fno-prune-tydecls
...
...
ghc/lib/misc/Makefile
View file @
192b2bc9
# $Id: Makefile,v 1.1
4
1999/05/11 1
6:47
:46 keithw Exp $
# $Id: Makefile,v 1.1
5
1999/05/11 1
7:05
:46 keithw Exp $
#
#
# Makefile for miscellaneous libraries.
# Makefile for miscellaneous libraries.
#
#
...
@@ -59,8 +59,6 @@ endif
...
@@ -59,8 +59,6 @@ endif
# Specific flags
# 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
BSD_HC_OPTS
+=
-I
../std/cbits
-H8m
-optc-DNON_POSIX_SOURCE
Socket_HC_OPTS
+=
-I
../std/cbits
-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
SocketPrim_HC_OPTS
+=
-I
../std/cbits
-H12m
-optc-DNON_POSIX_SOURCE
...
...
ghc/lib/posix/Makefile
View file @
192b2bc9
#
#
# $Id: Makefile,v 1.
6
1999/05/11 1
6:47:46
keithw Exp $
# $Id: Makefile,v 1.
7
1999/05/11 1
7:05:48
keithw Exp $
#
#
# Makefile for POSIX library
# Makefile for POSIX library
#
#
...
@@ -55,7 +55,6 @@ PosixProcPrim_HC_OPTS ='-\#include"cbits/libposix.h"'
...
@@ -55,7 +55,6 @@ PosixProcPrim_HC_OPTS ='-\#include"cbits/libposix.h"'
PosixTTY_HC_OPTS
=
'-\#include"cbits/libposix.h"'
-monly-2-regs
PosixTTY_HC_OPTS
=
'-\#include"cbits/libposix.h"'
-monly-2-regs
Posix_HC_OPTS
=
'-\#include"cbits/libposix.h"'
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
PosixProcPrim_HC_OPTS
+=
-H8m
PosixFiles_HC_OPTS
+=
-H8m
PosixFiles_HC_OPTS
+=
-H8m
...
...
ghc/lib/std/Makefile
View file @
192b2bc9
...
@@ -54,9 +54,6 @@ PrelArrExtra_HC_OPTS += -monly-2-regs
...
@@ -54,9 +54,6 @@ PrelArrExtra_HC_OPTS += -monly-2-regs
Directory_HC_OPTS
+=
-monly-3-regs
Directory_HC_OPTS
+=
-monly-3-regs
Time_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
# Far too much heap is needed to compile PrelNumExtra with -O at the
# moment, but there you go..
# moment, but there you go..
PrelNumExtra_HC_OPTS
+=
-H34m
-K2m
PrelNumExtra_HC_OPTS
+=
-H34m
-K2m
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment