diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-11 13:03:26 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-11 13:06:15 (EDT) |
commit | a1a31353a479cce3c590dec290ed1e9413619124 (patch) | |
tree | c698b79e9b211a2e8310005227d326c4b0e64599 /docs/git/index.html | |
parent | ab4d49ce5399a6a3f3f4f6391beaeddb7b2fabc2 (diff) | |
download | libreboot-a1a31353a479cce3c590dec290ed1e9413619124.zip libreboot-a1a31353a479cce3c590dec290ed1e9413619124.tar.gz libreboot-a1a31353a479cce3c590dec290ed1e9413619124.tar.bz2 |
build/module/coreboot: Don't build crossgcc automatically
Don't download it, either.
Diffstat (limited to 'docs/git/index.html')
-rw-r--r-- | docs/git/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 447a364..d5c29a1 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -801,6 +801,17 @@ </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>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. |