summaryrefslogtreecommitdiffstats
path: root/docs/git/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/git/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/git/index.html')
-rw-r--r--docs/git/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index 69b41e3..87b656a 100644
--- a/docs/git/index.html
+++ b/docs/git/index.html
@@ -874,18 +874,6 @@
</p>
<p>
- NOTE: crossgcc is included in <i>coreboot/util/crossgcc/tarballs/</i> in the release archives,
- but the build system for libreboot does not automatically download/build it.
- If you are using libreboot from the git repository, make sure to do the following:<br/>
- $ <b>cd coreboot/</b><br/>
- $ <b>make crossgcc-i386</b><br/>
- $ <b>make crossgcc-arm</b><br/>
- $ <b>cd ../</b><br/>
- This will download coreboot's reference cross-compile toolchain,
- which is highly recommended by the coreboot project.
- </p>
-
- <p>
After that, build the ROM images (for all boards):<br/>
$ <b>./build roms withgrub</b><br/>
Alternatively, you can build for a specific board or set of boards.