Changeset 0eb03e9d for chapter08/gcc.xml


Ignore:
Timestamp:
06/27/2023 08:59:47 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
5f555ba
Parents:
53415749 (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r53415749 r0eb03e9d  
    209209
    210210<screen><userinput remap="install">ln -svr /usr/bin/cpp /usr/lib</userinput></screen>
    211   <!-- already done earlier
     211
    212212    <para>Many packages use the name <command>cc</command> to call the C
    213     compiler. To satisfy those packages, create a symlink:</para>
    214 
    215 <screen><userinput remap="install">ln -sv gcc /usr/bin/cc</userinput></screen>
    216   -->
     213    compiler.  We've already created <command>cc</command> as a symlink in
     214    <xref linkend='ch-tools-gcc-pass2'/>, create its man page as a symlink
     215    as well:</para>
     216
     217<screen><userinput remap="install">ln -sv gcc.1 /usr/share/man/man1/cc.1</userinput></screen>
     218
    217219    <para>Add a compatibility symlink to enable building programs with
    218220    Link Time Optimization (LTO):</para>
Note: See TracChangeset for help on using the changeset viewer.