From b7f2b8ed1053131ecf946e154cc2e85735ba976e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 15 Nov 2015 18:37:16 -0500 Subject: Don't use html U, B or I tags. Use HTML5 tags strong and em --- (limited to 'site/gnu/index.php') diff --git a/site/gnu/index.php b/site/gnu/index.php index 10742a6..3b32619 100644 --- a/site/gnu/index.php +++ b/site/gnu/index.php @@ -64,7 +64,7 @@ that are not in texinfo format. @@ -113,13 +113,13 @@
  • Modify the build system, to directly download (only in git. release archives would have them already) the build dependencies that libreboot currently tells the user to install from their distribution package repository, and build these from source, with - our own GCC (re-use coreboot's GCC, which libreboot already uses). This will make complete corresponding source provision easier, + our own GCC (re-use coreboot's GCC, which libreboot already uses). This will make complete corresponding source 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.