diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-08 07:18:58 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-08 07:18:58 +0000 |
commit | 784dc13f86cceda51ded588831d429a574808720 (patch) | |
tree | 60bb7e2036fccca849bf532e5c635da67bfd8de6 /chapter05 | |
parent | 595ff030f090ddc0d826d7339f680a9012c37e29 (diff) |
Fix a reference in toolchain notes
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11899 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 63c9210e5..376337662 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -321,12 +321,12 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute the configure options.</para> <para>Upon entering the chroot environment in <xref - linkend="chapter-building-system"/>, the first task is to install + linkend="chapter-chroot-temporary-tools"/>, the first task is to install libstdc++. Then temporary installations of programs needed for the proper operation of the toolchain are performed. Programs needed for testing other programs are also built. From this point onwards, the - core toolchain is self-contained and self-hosted. In the remainder of - the <xref linkend="chapter-building-system"/>, final versions of all the + core toolchain is self-contained and self-hosted. In + <xref linkend="chapter-building-system"/>, final versions of all the packages needed for a fully functional system are built, tested and installed.</para> |