Changeset a9fea2f


Ignore:
Timestamp:
11/12/2021 04:45:09 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f3fa143
Parents:
384c707 (diff), 0fc1b27 (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:

Automatic merge of trunk into multilib

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    r384c707 ra9fea2f  
    3838ln -sv usr/libx32 $LFS/libx32</userinput></screen>
    3939
    40     <note>
    41       <para>
    42         The above command is correct.  The <command>ln</command> command has
    43         a few syntactic versions, so be sure to check
    44                 <command>info coreutils ln</command> and <filename>ln(1)</filename>
    45                 before reporting what you may think is an error.
    46           </para>
    47     </note>
    48 
    4940  <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled
    5041  with a cross-compiler (more details in section <xref
  • chapter05/glibc.xml

    r384c707 ra9fea2f  
    5858<screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64
    5959ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3</userinput></screen>
     60
     61    <note>
     62      <para>
     63        The above command is correct.  The <command>ln</command> command has
     64        a few syntactic versions, so be sure to check
     65        <command>info coreutils ln</command> and <filename>ln(1)</filename>
     66        before reporting what you may think is an error.
     67      </para>
     68    </note>
    6069
    6170    <para>Some of the Glibc programs use the non-FHS compliant
Note: See TracChangeset for help on using the changeset viewer.