Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
dcfa2d6e
Commit
dcfa2d6e
authored
Jan 26, 2005
by
simonmar
Browse files
[project @ 2005-01-26 16:11:58 by simonmar]
updates
parent
8254dcf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/building/building.xml
View file @
dcfa2d6e
...
...
@@ -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 && 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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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