diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 01:22:04 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 01:22:04 +0100 |
commit | 152d973b05c98f35ef995c5c117086d64ec08ab4 (patch) | |
tree | 8a75294437be7aa2a202391cb379c47a66ea9e9f | |
parent | 49b0161f0b0c3b241b128244a9377459caa63f9b (diff) | |
download | librebootfr-152d973b05c98f35ef995c5c117086d64ec08ab4.tar.gz librebootfr-152d973b05c98f35ef995c5c117086d64ec08ab4.zip |
docs/maintain/index.html: notes about crossgcc
-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 1dc0cd33..5fa0cdb6 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 |