aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-09 23:10:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-09 23:10:16 +0000
commit79524a0c69fd6f6f1fa86086b86d52328af17750 (patch)
tree3d1d7c3a2b92713fa354d9970d302f7ec8d1bdc0 /chapter05/glibc.xml
parentee714d385e3f3b943e3fa4407847cfdeb8a435f7 (diff)
Text updates for cross2 Chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r--chapter05/glibc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index d6974bb21..361dd0e58 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -211,14 +211,14 @@ readelf -l a.out | grep '/ld-linux'</userinput></screen>
</caution>
- <note><para>Building packages in the next sections will serve as an
+ <note><para>Building packages in the next chapter will serve as an
additional check that the toolchain has been built properly. If some
package, especially binutils-pass2 or gcc-pass2, fails to build, it is
an indication that something has gone wrong with the
previous Binutils, GCC, or Glibc installations.</para></note>
<para>Now that our cross-toolchain is complete, finalize the installation
- of the limits.h header. For doing so, run an utility provided by the GCC
+ of the limits.h header. For doing so, run a utility provided by the GCC
developers:</para>
<screen><userinput>$LFS/tools/libexec/gcc/$LFS_TGT/&gcc-version;/install-tools/mkheaders</userinput></screen>