diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:47:52 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:47:52 +0200 |
commit | a665a200662010904a2b18dec0d9e88c081d373b (patch) | |
tree | e884dbdf75dc68fd4e61fe9d4f4d4c9f75164e73 /part3intro | |
parent | 2f72b728959d30a235d4fe6e15841ffc725c02f6 (diff) |
Remove spaces at end o lines - part3intro
Diffstat (limited to 'part3intro')
-rw-r--r-- | part3intro/generalinstructions.xml | 2 | ||||
-rw-r--r-- | part3intro/toolchaintechnotes.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/part3intro/generalinstructions.xml b/part3intro/generalinstructions.xml index a441b17ef..0739f79cc 100644 --- a/part3intro/generalinstructions.xml +++ b/part3intro/generalinstructions.xml @@ -95,7 +95,7 @@ <listitem> <para>Using the <command>tar</command> program, extract the package to be built. In <xref linkend="chapter-cross-tools"/> and - <xref linkend="chapter-temporary-tools"/>, ensure you are + <xref linkend="chapter-temporary-tools"/>, ensure you are the <emphasis>lfs</emphasis> user when extracting the package.</para> </listitem> <listitem> diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml index b0b9eef08..ed5afc03b 100644 --- a/part3intro/toolchaintechnotes.xml +++ b/part3intro/toolchaintechnotes.xml @@ -211,7 +211,7 @@ <para>Now, there is more about cross-compiling: the C language is not just a compiler, but also defines a standard library. In this book, the GNU C library, named glibc, is used. This library must - be compiled for the lfs machine, that is, using the cross compiler cc1. + be compiled for the lfs machine, that is, using the cross compiler cc1. But the compiler itself uses an internal library implementing complex instructions not available in the assembler instruction set. This internal library is named libgcc, and must be linked to the glibc @@ -329,7 +329,7 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute 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. From this point onwards, the - core toolchain is self-contained and self-hosted. In + 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> |