Minor updates to wording and dependencies

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2015-04-07 13:45:18 +00:00
parent 2d0d0d728a
commit 3375f615d7
3 changed files with 4 additions and 5 deletions

View File

@ -547,7 +547,7 @@
<segtitle>&dependencies;</segtitle>
<seglistitem>
<seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
<seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf,
Make, and Sed</seg>
</seglistitem>
</segmentedlist>

View File

@ -79,8 +79,8 @@ cd ../gcc-build</userinput></screen>
<varlistentry>
<term><parameter>--disable-libstdcxx-threads</parameter></term>
<listitem>
<para>Since we have not built the thread C library, the C++
one cannot be built as well.</para>
<para>Since we have not yet built the C threads library, the C++
one cannot be built either.</para>
</listitem>
</varlistentry>

View File

@ -48,8 +48,7 @@
by way of sanitizing various C header files that are shipped in the Linux
kernel source tarball.</para>
<para>Make sure there are no stale files and dependencies lying around
from previous activity:</para>
<para>Make sure there are no stale files embedded in the package:</para>
<screen><userinput remap="pre">make mrproper</userinput></screen>