Changeset 7b7733d for chapter08/gcc.xml


Ignore:
Timestamp:
06/27/2023 09:00:35 PM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
d58da4b
Parents:
f0ebf5c (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rf0ebf5c r7b7733d  
    215215
    216216<screen><userinput remap="install">ln -svr /usr/bin/cpp /usr/lib</userinput></screen>
    217   <!-- already done earlier
     217
    218218    <para>Many packages use the name <command>cc</command> to call the C
    219     compiler. To satisfy those packages, create a symlink:</para>
    220 
    221 <screen><userinput remap="install">ln -sv gcc /usr/bin/cc</userinput></screen>
    222   -->
     219    compiler.  We've already created <command>cc</command> as a symlink in
     220    <xref linkend='ch-tools-gcc-pass2'/>, create its man page as a symlink
     221    as well:</para>
     222
     223<screen><userinput remap="install">ln -sv gcc.1 /usr/share/man/man1/cc.1</userinput></screen>
     224
    223225    <para>Add a compatibility symlink to enable building programs with
    224226    Link Time Optimization (LTO):</para>
Note: See TracChangeset for help on using the changeset viewer.