Changeset 716db1f for chapter08/gcc.xml


Ignore:
Timestamp:
09/20/2021 07:37:34 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
60870bc
Parents:
e680022 (diff), 7e62bbc (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 upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    re680022 r716db1f  
    134134    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    135135
    136 <screen><userinput remap="test">chown -Rv tester . 
     136<screen><userinput remap="test">chown -Rv tester .
    137137su tester -c "PATH=$PATH make -k check"</userinput></screen>
    138138
     
    204204  -->
    205205    <para>Add a compatibility symlink to enable building programs with
    206     Link Time Optimization (LTO):</para> 
     206    Link Time Optimization (LTO):</para>
    207207
    208208<screen><userinput remap="install">ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
     
    371371        and libubsan.{a,so}</seg>
    372372
    373         <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, and 
     373        <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, and
    374374        /usr/share/gcc-&gcc-version;</seg>
    375375      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.