mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Minor fixes reported on lists
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2861878994
commit
066907abcf
@ -50,6 +50,9 @@ and loading sections. For other types of files it scans the whole file.</para>
|
||||
|
||||
<para><command>strip</command> discards symbols from object files.</para>
|
||||
|
||||
<para><command>libiberty</command> contains routines used by various GNU
|
||||
programs, including getopt, obstack, strerror, strtol and strtoul.</para>
|
||||
|
||||
<para><command>libbfd</command> is the Binary File Descriptor library.</para>
|
||||
|
||||
<para><command>libopcodes</command> is a library for dealing with opcodes.
|
||||
|
@ -10,7 +10,7 @@ archives.</para>
|
||||
gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings and
|
||||
strip</para>
|
||||
|
||||
<para><emphasis>Installed libraries</emphasis>: libbfd.[a,so] and
|
||||
<para><emphasis>Installed libraries</emphasis>: libiberty.a, libbfd.[a,so] and
|
||||
libopcodes.[a,so]</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -19,9 +19,6 @@ analyze programs to find out where optimizations will have the most effect.</par
|
||||
|
||||
<para><command>libgcc*</command> contains run-time support for gcc.</para>
|
||||
|
||||
<para><command>libiberty</command> contains routines used by various GNU
|
||||
programs, including getopt, obstack, strerror, strtol and strtoul.</para>
|
||||
|
||||
<para><command>libstdc++</command> is the standard C++ library. It contains
|
||||
many frequently-used functions.</para>
|
||||
|
||||
|
@ -9,7 +9,7 @@ the C and C++ compilers.</para>
|
||||
cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov</para>
|
||||
|
||||
<para><emphasis>Installed libraries</emphasis>: libgcc.a, libgcc_eh.a,
|
||||
libgcc_s.so, libiberty.a, libstdc++.[a,so] and libsupc++.a</para>
|
||||
libgcc_s.so, libstdc++.[a,so] and libsupc++.a</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -26,7 +26,7 @@ Project logo creator.</para></listitem>
|
||||
Coumans</ulink> <jeroen@linuxfromscratch.org> -- Website developer, FAQ
|
||||
maintainer.</para></listitem>
|
||||
|
||||
<listitem><para><ulink url="mailto:bruce@linuxfromscratch.org">Bruce
|
||||
<listitem><para><ulink url="mailto:bdubbs@linuxfromscratch.org">Bruce
|
||||
Dubbs</ulink> <bruce@linuxfromscratch.org> -- LFS Quality Assurance Team
|
||||
leader, BLFS Book editor.</para></listitem>
|
||||
|
||||
|
@ -26,7 +26,7 @@ each program in a package, please refer to the corresponding section in
|
||||
|
||||
<para>The build instructions assume that you are using the bash shell. There
|
||||
is also a general expectation that you have already unpacked the sources for a
|
||||
package and have performed a <userinput>cd</userinput> into the source
|
||||
package and have performed a <userinput>cd</userinput> into the unpacked source
|
||||
directory before issuing the build commands.</para>
|
||||
|
||||
<para>Several of the packages are patched before compilation, but only when
|
||||
|
Loading…
Reference in New Issue
Block a user