summaryrefslogtreecommitdiffstats
path: root/docs/maintain/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-05 22:08:47 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-05 22:11:46 (EST)
commit8241c45f0d6762729a9f02e41ca04784d210e259 (patch)
treefe7c6a63b59702c8ad2f67adc137e3e95b51f990 /docs/maintain/index.html
parent56878e05bf9e889f28c93f71934bdede2aecc4de (diff)
downloadlibreboot-8241c45f0d6762729a9f02e41ca04784d210e259.zip
libreboot-8241c45f0d6762729a9f02e41ca04784d210e259.tar.gz
libreboot-8241c45f0d6762729a9f02e41ca04784d210e259.tar.bz2
build/module/coreboot: also build crossgcc arm
Diffstat (limited to 'docs/maintain/index.html')
-rw-r--r--docs/maintain/index.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index 3a0da0a..f71d67e 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -395,25 +395,18 @@
<p>
Finally, re-build the parts from coreboot that are used
- by the build system:<br/>
+ by the build system (also builds GCC):<br/>
$ <b>./build module coreboot</b>
</p>
-
- <p>
- You also need to build crossgcc:<br/>
- $ <b>cd coreboot/</b><br/>
- $ <b>make crossgcc-i386</b><br/>
- $ <b>make crossgcc-arm</b><br/>
- $ <b>cd ../</b>
- </p>
<p>
- Instead of running the above command, you can save time
+ Before running the above command, you can save time
by copying out the crossgcc that you compiled before
(from coreboot/util/crossgcc/) and then putting it back.
After you've done that, run everything in
<i>resources/scripts/helpers/build/module/coreboot</i>
except for the part that builds GCC.
+ <b>Only do this if the version is correct.</b>
</p>
<p>