diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-03-24 15:02:32 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-03-24 15:02:32 +0000 |
commit | 430a8de69f031ac0c6bea23cb65c93e7c5fec986 (patch) | |
tree | c9c5c2e86675403b79181ff7ee2aac96e721b72a /chapter05/libstdc++.xml | |
parent | a6307b6c606724d82a5f290ef070336b30a56b7b (diff) |
Clarify some explanations about the minimal directory layout in chap 4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/libstdc++.xml')
-rw-r--r-- | chapter05/libstdc++.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 6dacb059e..68da1f7c2 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -75,8 +75,9 @@ cd build</userinput></screen> <varlistentry> <term><parameter>--host=...</parameter></term> <listitem> - <para>Specifies the use the cross compiler we have just built - instead of the one in <filename>/usr/bin</filename>.</para> + <para>Specifies that the cross compiler we have just built + should be used instead of the one in + <filename>/usr/bin</filename>.</para> </listitem> </varlistentry> |