diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-11 20:22:04 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-11 20:22:04 (EDT) |
commit | 152d973b05c98f35ef995c5c117086d64ec08ab4 (patch) | |
tree | 8a75294437be7aa2a202391cb379c47a66ea9e9f /docs | |
parent | 49b0161f0b0c3b241b128244a9377459caa63f9b (diff) | |
download | libreboot-152d973b05c98f35ef995c5c117086d64ec08ab4.zip libreboot-152d973b05c98f35ef995c5c117086d64ec08ab4.tar.gz libreboot-152d973b05c98f35ef995c5c117086d64ec08ab4.tar.bz2 |
docs/maintain/index.html: notes about crossgcc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/maintain/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 1dc0cd3..5fa0cdb 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -370,6 +370,13 @@ by the build system:<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>cd ../</b> + </p> <p> Instead of running the above command, you can save time |