diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 12:25:09 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 12:25:09 (EST) |
commit | 2e51cdedd2cc640e39db89805ec3ed6c9c1172a0 (patch) | |
tree | 8707694c9e1c8c4dfa837e46bb4bd376a7682cc4 /docs/git/index.html | |
parent | 37176cdddf98c8884a39179560d5caa07ceddd0f (diff) | |
download | libreboot-2e51cdedd2cc640e39db89805ec3ed6c9c1172a0.zip libreboot-2e51cdedd2cc640e39db89805ec3ed6c9c1172a0.tar.gz libreboot-2e51cdedd2cc640e39db89805ec3ed6c9c1172a0.tar.bz2 |
build-release: include cbmem (static binaries) in libreboot_bin
Diffstat (limited to 'docs/git/index.html')
-rw-r--r-- | docs/git/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index f306a2c..0edffa9 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -518,11 +518,11 @@ <p> If you are building on an i686 host, this will include statically linked 32-bit binaries in the binary release archive that you created, - for: <b>nvramtool, cbfstool, bucts, flashrom, ich9deblob</b>. + for: <b>nvramtool, cbfstool, bucts, flashrom, ich9deblob, cbmem</b>. </p> <p> - If you are building on an x86_64 host, this will include statically linked 32- and 64-bit binaries for <b>ich9deblob</b>, <b>cbfstool</b> and <b>nvramtool</b>, while <b>flashrom</b> + If you are building on an x86_64 host, this will include statically linked 32- and 64-bit binaries for <b>cbmem</b>, <b>ich9deblob</b>, <b>cbfstool</b> and <b>nvramtool</b>, while <b>flashrom</b> and <b>bucts</b> will be included only as 64-bit statically linked binaries. <b>To include a statically linked flashrom and bucts for i686, you will need to build them on a chroot, a virtual machine or a real 32-bit system. You can find the build dependencies for these packages listed in deps-*</b> </p> |