diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-06-29 08:10:02 +0000 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-06-29 08:10:02 +0000 |
commit | c4804e888b6ef920ff9e57aff695feeccb714d2a (patch) | |
tree | ab38226c1b41851af2d82b9291cdda1d819cad8c | |
parent | 37e35d2ada5397a52c643a1c9b99ca966687081f (diff) |
Wording
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/libstdc++-pass2.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter07/libstdc++-pass2.xml b/chapter07/libstdc++-pass2.xml index 16a256b63..d6e5cd7fe 100644 --- a/chapter07/libstdc++-pass2.xml +++ b/chapter07/libstdc++-pass2.xml @@ -108,9 +108,10 @@ cd build</userinput></screen> <varlistentry arch="ml_32,ml_x32,ml_all"> <term><parameter>--host=x86_64-pc-linux-gnu</parameter></term> <listitem> - <para>Since up to now, the cross-compile tools are used. This - switch is set to place headers used for multilib to locations - where the final system can pick them up correctly.</para> + <para>Since up to now the cross-compile tools are used. This + switch is set to ensure that the headers used for multilib are + placed in correct locations where the final system can pick + them up.</para> </listitem> </varlistentry> |