Changeset d672ab7 for chapter08/gcc.xml


Ignore:
Timestamp:
09/07/2021 08:33:18 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2c8fdfc
Parents:
c8fb227
Message:

Remove spaces at end o lines - chapter08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rc8fb227 rd672ab7  
    116116    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    117117
    118 <screen><userinput remap="test">chown -Rv tester . 
     118<screen><userinput remap="test">chown -Rv tester .
    119119su tester -c "PATH=$PATH make -k check"</userinput></screen>
    120120
     
    186186  -->
    187187    <para>Add a compatibility symlink to enable building programs with
    188     Link Time Optimization (LTO):</para> 
     188    Link Time Optimization (LTO):</para>
    189189
    190190<screen><userinput remap="install">ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
     
    352352        and libubsan.{a,so}</seg>
    353353
    354         <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, and 
     354        <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, and
    355355        /usr/share/gcc-&gcc-version;</seg>
    356356      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.