Changeset d7e0db5 for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:40 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
ee1eb70
Parents:
4ea78e0
git-author:
Thomas Trepl <thomas@…> (08/23/2020 08:15:14 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:40 AM)
Message:

Merge changes from trunk to multilib

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r4ea78e0 rd7e0db5  
    6565      the configuration, up to and including the first install. To achieve
    6666      this easily, wrap the commands in a <command>time</command>
    67       command like this: <userinput>time { ./configure ... &amp;&amp; make
     67      command like this: <userinput>time { ../configure ... &amp;&amp; make
    6868      &amp;&amp; make install; }</userinput>.</para>
    6969    </note>
  • chapter05/glibc.xml

    r4ea78e0 rd7e0db5  
    361361      and the output of the last command will be of the form:</para>
    362362
    363 <screen><computeroutput>[Requesting program interpreter: /lib/ld-linux-x32.so.2]</computeroutput></screen>
     363<screen><computeroutput>[Requesting program interpreter: /libx32/ld-linux-x32.so.2]</computeroutput></screen>
    364364
    365365      <para>If the output is not shown as above or there was no output at all,
Note: See TracChangeset for help on using the changeset viewer.