Changeset 0fe3bb0 for chapter08/gcc.xml


Ignore:
Timestamp:
06/21/2023 06:35:58 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
0eb03e9d, 4e2fc61, 7b7733d, ce9ec4f
Parents:
89375e2
Message:

Create man page symlinks for awk, cc, pkg-config, and lex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

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