diff options
| author | simonm <unknown> | 1999-01-19 13:49:29 +0000 |
|---|---|---|
| committer | simonm <unknown> | 1999-01-19 13:49:29 +0000 |
| commit | 9ecfc3f4a94267e7ba1b6a16ce6ecb352d1376ab (patch) | |
| tree | 6c6a937a36ff3f0c8d46a25a1e041909e1fea757 | |
| parent | 61b552a11e00f35d6b72c510ca1c6a16b44d095d (diff) | |
| download | haskell-9ecfc3f4a94267e7ba1b6a16ce6ecb352d1376ab.tar.gz | |
[project @ 1999-01-19 13:49:29 by simonm]
CmdLineOpts needs -K3m for some reason.
| -rw-r--r-- | ghc/compiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 810403903f..49e18e817a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.49 1999/01/14 16:59:51 sof Exp $ +# $Id: Makefile,v 1.50 1999/01/19 13:49:29 simonm Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -164,7 +164,7 @@ main/Main_HC_OPTS += -syslib misc -DREPORT_TO_MOTHERLODE endif endif -main/CmdLineOpts_HC_OPTS = -fvia-C +main/CmdLineOpts_HC_OPTS = -fvia-C -K3m nativeGen/PprMach_HC_OPTS = -K2m nativeGen/MachMisc_HC_OPTS = -K2m -fvia-C nativeGen/MachCode_HC_OPTS = -H10m |
