Changeset 6167e6b for chapter08/gcc.xml


Ignore:
Timestamp:
07/03/2023 10:32:48 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
1309e0e
Parents:
04ab6d0f (diff), c273fc81 (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/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r04ab6d0f r6167e6b  
    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.