diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index e6909b7df..f15144dae 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -51,7 +51,7 @@ <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following <command>sed</command> to force the build to use the <option>-fomit-frame-pointer</option> compiler flag in order to ensure - consistent compiler builds:</para> + consistent compiler builds:</para> <screen><userinput remap="pre">case `uname -m` in i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;; @@ -101,9 +101,9 @@ cd ../gcc-build</userinput></screen> <option>--enable-lto</option>, that can be used to allow <command>gcc</command> to do do "link time optimization" if specified. No packages in LFS or BLFS currently use this capability.</para> - + <para>To use this feature, it must also be enabled in - <application>binutils</application>.</para> + <application>binutils</application>.</para> </note> <para>Compile the package:</para> @@ -311,14 +311,14 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <segtitle>Installed directories</segtitle> <seglistitem> - <seg>c++, cc (link to gcc), cpp, g++, gcc, + <seg>c++, cc (link to gcc), cpp, g++, gcc, gcc-ar, gcc-nm, gcc-ranlib, gccbug, and gcov</seg> <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so}, liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so}, libquadmath.{a,so}, libssp.{a,so}, libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg> - + <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg> </seglistitem> </segmentedlist> |