Changeset 4e2fc61 for chapter08/gcc.xml


Ignore:
Timestamp:
06/21/2023 10:30:10 PM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
16e9e78
Parents:
988db38 (diff), 0fe3bb0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r988db38 r4e2fc61  
    236236
    237237<screen><userinput remap="install">ln -svr /usr/bin/cpp /usr/lib</userinput></screen>
    238   <!-- already done earlier
     238
    239239    <para>Many packages use the name <command>cc</command> to call the C
    240     compiler. To satisfy those packages, create a symlink:</para>
    241 
    242 <screen><userinput remap="install">ln -sv gcc /usr/bin/cc</userinput></screen>
    243   -->
     240    compiler.  We've already created <command>cc</command> as a symlink in
     241    <xref linkend='ch-tools-gcc-pass2'/>, create its man page as a symlink
     242    as well:</para>
     243
     244<screen><userinput remap="install">ln -sv gcc.1 /usr/share/man/man1/cc.1</userinput></screen>
     245
    244246    <para>Add a compatibility symlink to enable building programs with
    245247    Link Time Optimization (LTO):</para>
Note: See TracChangeset for help on using the changeset viewer.