From 9d6ddc4efb178c4fd7ea118c499afb0cca82f056 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 26 Aug 2016 16:52:02 +0000 Subject: [PATCH] Minor text clarification git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 ++++- chapter05/toolchaintechnotes.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2a0af69d0..a477660c7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,11 +45,14 @@ 2016-08-22 + + [bdubbs] - Release LFS-7.10-rc1. + [bdubbs] - Update to linux-4.7.2. Fixes #3972. - + [bdubbs] - Update to dbus-1.10.10. Fixes #3967. diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 252ea5262..e0ab899eb 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -127,7 +127,7 @@ checking what linker to use... /tools/i686-lfs-linux-gnu/bin/ld for building Glibc are the compiler, binary tools, and kernel headers. The compiler is generally not an issue since Glibc will always use the compiler relating to the --host parameter passed to its - configure script, e.g. in our case, + configure script; e.g. in our case, the compiler will be i686-lfs-linux-gnu-gcc. The binary tools and kernel headers can be a bit more complicated. Therefore, take no risks and use the available configure switches to enforce the correct selections. After the run