summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Herbert <csh@bluehome.net>2016-05-15 07:45:44 (EDT)
committer Leah Woods <info@minifree.org>2016-05-15 08:47:54 (EDT)
commit5ee634955154311be6bb19d0f6b55a9d34516911 (patch)
treefeca5602027b688cf87ce2e3ae29c0ad93066cec
parentf268bc503f9e81436ed2fe9393439de48423ddf8 (diff)
downloadlibreboot.org-5ee634955154311be6bb19d0f6b55a9d34516911.zip
libreboot.org-5ee634955154311be6bb19d0f6b55a9d34516911.tar.gz
libreboot.org-5ee634955154311be6bb19d0f6b55a9d34516911.tar.bz2
Justify paragraph (9pt font, full screen X200: still wrapped!)
-rw-r--r--site/gnu/index.php38
1 files changed, 33 insertions, 5 deletions
diff --git a/site/gnu/index.php b/site/gnu/index.php
index b216dd5..80bf282 100644
--- a/site/gnu/index.php
+++ b/site/gnu/index.php
@@ -103,11 +103,39 @@
</h2>
<ul class="c">
<li>
- Modify the build system, to directly download the build dependencies
- that libreboot currently tells the user to install from their distribution package repository. (Only in Git. Release archives would have them already). Build these from source, with
- our own GCC (re-using coreboot's GCC, which libreboot already uses). This will make <em>complete corresponding source</em> provision easier,
- because it would be automated; this is in contrast to the present setup, where the person distributing binaries has to include
- the sources for build dependencies from the distribution that they happened to use for compiling those packages.
+ Modify the build system, to
+ directly download the
+ build dependencies
+ that libreboot
+ currently tells the
+ user to install from
+ their distribution
+ package repository.
+ (Only in Git. Release
+ archives would have
+ them already). Build
+ these from source,
+ with our own GCC
+ (re-using coreboot's
+ GCC, which libreboot
+ already uses). This
+ will make <em>complete
+ corresponding
+ source</em> provision
+ easier, because it
+ would be automated;
+ this is in contrast to
+ the present setup,
+ where the person
+ distributing binaries
+ has to include the
+ sources for build
+ dependencies from the
+ distribution that they
+ happened to use for
+ compiling those
+ packages.
+
<ul>
<li>This will also make everything self-contained, and coreboot already has integration for cross-compiling. We can make cross compilation
of utilities for non-x86 architectures much easier, without relying on quirks from the user's GNU/Linux distribution, where the