summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-01-26 16:11:58 +0000
committersimonmar <unknown>2005-01-26 16:11:58 +0000
commitdcfa2d6e88bcab484d2477d6cfbc9b5e073e752a (patch)
tree888edb002910786f347160c591402c6c25d78f85
parent8254dcf1884fde961c477d5784024ec8ab1d84d2 (diff)
downloadhaskell-dcfa2d6e88bcab484d2477d6cfbc9b5e073e752a.tar.gz
[project @ 2005-01-26 16:11:58 by simonmar]
updates
-rw-r--r--docs/building/building.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml
index 8f3f3f44ba..aed9ec5a6c 100644
--- a/docs/building/building.xml
+++ b/docs/building/building.xml
@@ -3727,9 +3727,9 @@ SplitObjs = NO
GhcWithNativeCodeGen = NO
GhcWithInterpreter = NO
GhcStage1HcOpts = -O -fasm
-GhcStage2HcOpts = -O -fvia-C -keep-hc-files</programlisting>
+GhcStage2HcOpts = -O -fvia-C -keep-hc-files
SRC_HC_OPTS += -H32m
-GhcBootLibs = YES
+GhcBootLibs = YES</programlisting>
</listitem>
<listitem>
@@ -3790,9 +3790,13 @@ $ make boot stage=2 &amp;&amp; make stage=2</screen>
</listitem>
<listitem>
-<screen>$ cd <replaceable>H</replaceable>/ghc/utils
+<screen>$ cd <replaceable>H</replaceable>/ghc/lib
$ make clean
-$ make -k HC=<replaceable>H</replaceable>/ghc/compiler/stage1/ghc-inplace \
+$ make -k UseStage1=YES \
+ EXTRA_HC_OPTS='-O -fvia-C -keep-hc-files'
+$ cd <replaceable>H</replaceable>/ghc/utils
+$ make clean
+$ make -k UseStage1=YES \
EXTRA_HC_OPTS='-O -fvia-C -keep-hc-files'</screen>
</listitem>