Changeset 2256873 for chapter06/gcc.xml


Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    rf67ec77a r2256873  
    6868cd ../gcc-build</userinput></screen>
    6969
    70 <para>Now prepare GCC for compilation:</para>
     70<para>Prepare GCC for compilation:</para>
    7171
    7272<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
     
    127127</segmentedlist>
    128128
    129 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     129<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    130130<?dbfo list-presentation="list"?>
     131
     132<varlistentry id="cc">
     133<term><command>cc</command></term>
     134<listitem>
     135<para>The C compiler</para>
     136<indexterm zone="ch-system-gcc cc"><primary sortas="b-cc">cc</primary></indexterm>
     137</listitem>
     138</varlistentry>
    131139
    132140<varlistentry id="cpp">
    133141<term><command>cpp</command></term>
    134142<listitem>
    135 <para>the C preprocessor. It is used by the compiler to expand the
    136 #include, #define, and similar statements in the source files.</para>
     143<para>The C preprocessor; it is used by the compiler to expand the
     144#include, #define, and similar statements in the source files</para>
    137145<indexterm zone="ch-system-gcc cpp"><primary sortas="b-cpp">cpp</primary></indexterm>
     146</listitem>
     147</varlistentry>
     148
     149<varlistentry id="c">
     150<term><command>c++</command></term>
     151<listitem>
     152<para>The C++ compiler</para>
     153<indexterm zone="ch-system-gcc c"><primary sortas="b-c++">c++</primary></indexterm>
    138154</listitem>
    139155</varlistentry>
     
    142158<term><command>g++</command></term>
    143159<listitem>
    144 <para>the C++ compiler.</para>
     160<para>The C++ compiler</para>
    145161<indexterm zone="ch-system-gcc g"><primary sortas="b-g++">g++</primary></indexterm>
    146162</listitem>
     
    150166<term><command>gcc</command></term>
    151167<listitem>
    152 <para>the C compiler.</para>
     168<para>The C compiler</para>
    153169<indexterm zone="ch-system-gcc gcc"><primary sortas="b-gcc">gcc</primary></indexterm>
    154170</listitem>
     
    158174<term><command>gccbug</command></term>
    159175<listitem>
    160 <para>a shell script used to help create useful bug reports.</para>
     176<para>A shell script used to help create useful bug reports</para>
    161177<indexterm zone="ch-system-gcc gccbug"><primary sortas="b-gccbug">gccbug</primary></indexterm>
    162178</listitem>
     
    166182<term><command>gcov</command></term>
    167183<listitem>
    168 <para>a coverage testing tool. It is used to analyze programs to
    169 determine where optimizations will have the most effect.</para>
     184<para>A coverage testing tool; it is used to analyze programs to
     185determine where optimizations will have the most effect</para>
    170186<indexterm zone="ch-system-gcc gcov"><primary sortas="b-gcov">gcov</primary></indexterm>
    171187</listitem>
     
    173189
    174190<varlistentry id="libgcc">
    175 <term><filename class="libraryfile">libgcc*</filename></term>
    176 <listitem>
    177 <para>contains run-time support for <command>gcc</command>.</para>
     191<term><filename class="libraryfile">libgcc</filename></term>
     192<listitem>
     193<para>Contains run-time support for <command>gcc</command></para>
    178194<indexterm zone="ch-system-gcc libgcc"><primary sortas="c-libgcc*">libgcc*</primary></indexterm>
    179195</listitem>
     
    183199<term><filename class="libraryfile">libstdc++</filename></term>
    184200<listitem>
    185 <para>the standard C++ library.</para>
     201<para>The standard C++ library</para>
    186202<indexterm zone="ch-system-gcc libstdc"><primary sortas="c-libstdc++">libstdc++</primary></indexterm>
    187203</listitem>
     
    191207<term><filename class="libraryfile">libsupc++</filename></term>
    192208<listitem>
    193 <para>provides supporting routines for the c++ programming language.</para>
     209<para>Provides supporting routines for the C++ programming language</para>
    194210<indexterm zone="ch-system-gcc libsupc"><primary sortas="c-libsupc++">libsupc++</primary></indexterm>
    195211</listitem>
Note: See TracChangeset for help on using the changeset viewer.