diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-02-02 21:35:59 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-02-02 21:35:59 +0000 |
commit | df2e99e94db203e66a798ef7f070d6e96560e8e7 (patch) | |
tree | a12d702861c2f4710f9f1f016aa7d424bae4950f /chapter08/tcl.xml | |
parent | 428695cb4a5b0a2b0b52f4efaa971426943a2e16 (diff) |
Really apply various fixes for building with glibc-2.33,
and change the order in chapter 8 so that everything is built against
chapter 8 glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/tcl.xml')
-rw-r--r-- | chapter08/tcl.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index f9ad17937..6b3aef0f5 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -45,11 +45,10 @@ <title>Installation of Tcl</title> <para>This package and the next two (Expect and DejaGNU) are - installed to support running the test suites for GCC and binutils and other + installed to support running the test suites for binutils and GCC and other packages. Installing three packages for testing purposes may seem excessive, but it is very reassuring, if not essential, to know that the - most important tools are working properly. These packages are required - to run the test suites in this chapter.</para> + most important tools are working properly.</para> <!-- <para>Note that the Tcl package used here is a minimal version needed to run the LFS tests. For the full package, see the |