[project @ 2005-01-26 16:11:58 by simonmar]
authorsimonmar <unknown>
Wed, 26 Jan 2005 16:11:58 +0000 (16:11 +0000)
committersimonmar <unknown>
Wed, 26 Jan 2005 16:11:58 +0000 (16:11 +0000)
updates

docs/building/building.xml

index 8f3f3f4..aed9ec5 100644 (file)
@@ -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>