X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fbuilding%2Fbuilding.xml;h=dd1f7d918d2056308fd1463f0d677f05afa64b94;hb=a78a1aff1830544d2403fc04e08e1119a3d7ba82;hp=8f3f3f44ba7f782a06615353f4f5206316d29ab4;hpb=07d8f75bfc78c4f1acb33b3d19b5356a55d75c6e;p=ghc-hetmet.git diff --git a/docs/building/building.xml b/docs/building/building.xml index 8f3f3f4..dd1f7d9 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -3722,14 +3722,15 @@ $ ./configure GhcUnregisterised = YES GhcLibHcOpts = -O -fvia-C -keep-hc-files +GhcRtsHcOpts = -keep-hc-files GhcLibWays = SplitObjs = NO GhcWithNativeCodeGen = NO GhcWithInterpreter = NO GhcStage1HcOpts = -O -fasm -GhcStage2HcOpts = -O -fvia-C -keep-hc-files +GhcStage2HcOpts = -O -fvia-C -keep-hc-files SRC_HC_OPTS += -H32m -GhcBootLibs = YES +GhcBootLibs = YES @@ -3790,10 +3791,12 @@ $ make boot stage=2 && make stage=2 -$ cd H/ghc/utils +$ cd H/ghc/lib $ make clean -$ make -k HC=H/ghc/compiler/stage1/ghc-inplace \ - EXTRA_HC_OPTS='-O -fvia-C -keep-hc-files' +$ make -k UseStage1=YES EXTRA_HC_OPTS='-O -fvia-C -keep-hc-files' +$ cd H/ghc/utils +$ make clean +$ make -k UseStage1=YES EXTRA_HC_OPTS='-O -fvia-C -keep-hc-files'