| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<175484960501.3893.13777370068217108294@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 5bb4d63ab GCC Pass 2: Minor rewords
5bb4d63ab is described below
commit 5bb4d63abff7f603fbfc212cf771ede547c2680c
Author: Douglas R. Reno <[email protected]>
AuthorDate: Sun Aug 10 13:12:46 2025 -0500
GCC Pass 2: Minor rewords
---
chapter06/gcc-pass2.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index c5d5870e8..d02ff5457 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -53,8 +53,8 @@ mv -v gmp-&gmp-version; gmp
tar -xf ../mpc-&mpc-version;.tar.gz
mv -v mpc-&mpc-version; mpc</userinput></screen>
- <para>If building on x86_64, change the default directory name for 64-bit
- libraries to <quote>lib</quote>:</para>
+ <para>If you are building on x86_64, change the default directory name for
+ 64-bit libraries to <quote>lib</quote>:</para>
<screen><userinput remap="pre">case $(uname -m) in
x86_64)
@@ -63,7 +63,7 @@ mv -v mpc-&mpc-version; mpc</userinput></screen>
;;
esac</userinput></screen>
- <para>Override the building rule of libgcc and libstdc++ headers, to
+ <para>Override the build rules of the libgcc and libstdc++ headers to
allow building these libraries with POSIX threads support:</para>
<screen><userinput remap="pre">sed '/thread_header =/s/@.*@/gthr-posix.h/' \
@@ -107,10 +107,10 @@ cd build</userinput></screen>
<para>Normally, using <parameter>--host</parameter> ensures that
a cross-compiler is used for building GCC, and that compiler knows
that it has to look for headers and libraries in <filename
- class="directory">$LFS</filename>. But the build system for GCC uses
- other tools, which are not aware of this location. This switch is
- needed so those tools will find the needed files in <filename
- class="directory">$LFS</filename>, and not on the host.</para>
+ class="directory">$LFS</filename>. However, the build system for GCC
+ uses additional tools which are not aware of this location. This
+ switch is needed so those tools will find the needed files in
+ <filename class="directory">$LFS</filename>, and not on the host.</para>
</listitem>
</varlistentry>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page