Changeset 8b16d14 for chapter06/gcc.xml


Ignore:
Timestamp:
09/01/2019 06:37:36 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
5e009ae
Parents:
607ea0f
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r607ea0f r8b16d14  
    153153
    154154    <para>Six tests related to get_time are known to fail.  These are
    155     apparantly related to the en_HK locale.</para>
     155    apparently related to the en_HK locale.</para>
    156156
    157157    <para>Two tests named lookup.cc and reverse.cc in experimental/net
     
    178178
    179179<screen><userinput remap="install">make install
    180 rm -rf /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include-fixed/bits/</userinput></screen>
     180rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen>
     181
     182    <para>The GCC build directory is owned by <systemitem class="username">
     183    nobody</systemitem> now and the ownership of the installed header
     184    directory (and its content) will be incorrect.  Change the ownership to
     185    <systemitem class="username">root</systemitem> user and group:</para>
     186
     187<screen><userinput remap="install">chown -v -R root:root \
     188    /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen>
    181189
    182190    <para>Create a symlink required by the <ulink
Note: See TracChangeset for help on using the changeset viewer.