aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-02-15 15:45:00 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-02-15 15:45:00 +0800
commit2cf3c176cf6a4be4109e70bb0f0430319ea60fc1 (patch)
tree7f0d34eba63ab5c44eb55203f1496598f02500a5 /chapter05
parent174d1bf948e00b20db2bfc162dda6ef18c1d2bbc (diff)
break very long line
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/libstdc++.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml
index 91f2b6b19..5a70026ed 100644
--- a/chapter05/libstdc++.xml
+++ b/chapter05/libstdc++.xml
@@ -104,7 +104,8 @@ cd build</userinput></screen>
<filename class="directory">$LFS</filename> (specified building
GCC pass 1) to the include file search path, so it will actually
search in
- <filename class="directory">$LFS/tools/$LFS_TGT/include/c++/&gcc-version;</filename>. The combination of the <parameter>DESTDIR</parameter>
+ <filename class="directory">$LFS/tools/$LFS_TGT/include/c++/&gcc-version;</filename>.
+ The combination of the <parameter>DESTDIR</parameter>
variable (in the <command>make install</command> command below)
and this switch ensures to install the headers there.</para>
</listitem>