From 9b41802b14f327fd5e9cc229428b73683b9d2fa9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 11 Jul 2006 02:09:51 +0000 Subject: [PATCH] Moved text in section 5.7 'Adjusting the Toolchain' referencing TCL out of the caution and into its own note git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter05/adjusting.xml | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6092dc5ab..da0e0b437 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,11 @@ July 11, 2006 + + [bdubbs] - Moved text in section 5.7 "Adjusting the Toolchain" + referencing TCL out of the caution and into its own note so it does not + get included later in gcc-pass2. + Closes ticket #1822. [bdubbs] - Updated the kernel to version 2.6.16.24. Closes ticket #1808. diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index f512b6cf4..a3d1e9d14 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -116,10 +116,11 @@ readelf -l a.out | grep ': /tools' rm -v dummy.c a.out - Building TCL in the next section will serve as an additional check that - the toolchain has been built properly. If TCL fails to build, it is an - indication that something has gone wrong with the Binutils, GCC, or Glibc - installation, but not with TCL itself. + Building TCL in the next section will serve as an additional check that + the toolchain has been built properly. If TCL fails to build, it is an + indication that something has gone wrong with the Binutils, GCC, or Glibc + installation, but not with TCL itself. +