Changeset afba93b for chapter06/gcc.xml


Ignore:
Timestamp:
02/07/2015 02:44:18 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
145a985
Parents:
9e6d13e9
Message:

Merged consistency update patch from systemd book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r9e6d13e9 rafba93b  
    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.