Changeset 930578e4 for chapter06/gcc.xml


Ignore:
Timestamp:
02/07/2015 12:33:39 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
146620c
Parents:
a063de63
Message:

Introduce some consistency in short descriptions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    ra063de63 r930578e4  
    382382        <listitem>
    383383          <para>A wrapper around <command>ar</command> that adds a
    384           plugin to the command line.  This program is only used
     384          plugin to the command line. This program is only used
    385385          to add "link time optization" and is not useful with the
    386           default build options.</para>
     386          default build options</para>
    387387          <indexterm zone="ch-system-gcc gcc-ar">
    388388            <primary sortas="b-gcc-ar">gc-ar</primary>
     
    395395        <listitem>
    396396          <para>A wrapper around <command>nm</command> that adds a
    397           plugin to the command line.  This program is only used
     397          plugin to the command line. This program is only used
    398398          to add "link time optization" and is not useful with the
    399           default build options.</para>
     399          default build options</para>
    400400          <indexterm zone="ch-system-gcc gcc-nm">
    401401            <primary sortas="b-gcc-nm">gc-nm</primary>
     
    408408        <listitem>
    409409          <para>A wrapper around <command>ranlib</command> that adds a
    410           plugin to the command line.  This program is only used
     410          plugin to the command line. This program is only used
    411411          to add "link time optization" and is not useful with the
    412           default build options.</para>
     412          default build options</para>
    413413          <indexterm zone="ch-system-gcc gcc-ranlib">
    414414            <primary sortas="b-gcc-ranlib">gc-ranlib</primary>
     
    443443          <para>Contains run-time support for <command>gcc</command></para>
    444444          <indexterm zone="ch-system-gcc libgcc">
    445             <primary sortas="c-libgcc*">libgcc*</primary>
     445            <primary sortas="c-libgcc">libgcc</primary>
    446446          </indexterm>
    447447        </listitem>
     
    487487        <listitem>
    488488          <para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform
    489           optimizations across compilation units.</para>
     489          optimizations across compilation units</para>
    490490          <indexterm zone="ch-system-gcc liblto_plugin">
    491             <primary sortas="c-liblto_plugin*">liblto_plugin*</primary>
     491            <primary sortas="c-liblto_plugin">liblto_plugin</primary>
    492492          </indexterm>
    493493        </listitem>
     
    510510          <para>GCC Quad Precision Math Library API</para>
    511511          <indexterm zone="ch-system-gcc libquadmath">
    512             <primary sortas="c-libquadmath*">libquadmath*</primary>
     512            <primary sortas="c-libquadmath">libquadmath</primary>
    513513          </indexterm>
    514514        </listitem>
     
    521521          functionality</para>
    522522          <indexterm zone="ch-system-gcc libssp">
    523             <primary sortas="c-libssp*">libssp*</primary>
     523            <primary sortas="c-libssp">libssp</primary>
    524524          </indexterm>
    525525        </listitem>
Note: See TracChangeset for help on using the changeset viewer.