Ignore:
Timestamp:
03/31/2021 10:41:34 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
1b7c90c2
Parents:
6702623
git-author:
Thomas Trepl <thomas@…> (04/07/2019 09:47:30 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:34 AM)
Message:

Change profiling attribute to enable selection of m32 and/or mx32. Fixes #4452.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/multilib.xml

    r6702623 rfd48baa  
    66]>
    77
    8 <sect1 arch="multilib" id="pre-multilib">
     8<sect1 arch="ml_32,ml_x32,ml_all" id="pre-multilib">
    99  <?dbhtml filename="multilib.html"?>
    1010
    1111  <title>About the Multilib Edition</title>
    1212
    13   <sect2><title>What is 'multilib'</title>
     13  <sect2><title>What is Multilib</title>
    1414
    1515    <para>Today, most systems in the x86 world have a word size of 64
     
    2929  </sect2>
    3030
    31   <sect2><title>Why doing multilib?</title>
     31  <sect2><title>Why doing Multilib?</title>
    3232
    3333    <para>From a educational point of view, LFS in its 'native' form is
     
    5555    </para>
    5656
    57     <para>This multilib edition of LFS goes a small step beyond and a
     57    <para>The multilib edition of LFS goes a small step beyond and a
    5858      small step back to what has been said in the previous section
    5959      when talking about target architectures. On one hand, the multilib
     
    7272  </sect2>
    7373
    74   <sect2><title>Building a multilib system</title>
     74  <sect2><title>Building a Multilib System</title>
    7575
    7676    <para>Building a multilib system is not that much different from
    7777      building a system by using the 'native' LFS book. Beside some
    7878      tweaks here and there the most prominent difference is that
    79       multilib requires compiling many applications three times:
     79      multilib requires compiling some applications up to three times:
    8080      one for the primary 64-bit architecture,
    81       one for the minor 32-bit architecture (m32),
    82       and once again for the 32-bit architecture with 64-bit memory
    83       extensions (mx32).</para>
     81      one for the 32-bit architecture (m32),
     82      and once again for the 32-bit architecture with is 32-bit memory
     83      access and 64 bit instruction set (mx32).</para>
    8484
    8585    <para>Continue only if you and your system meets the following
Note: See TracChangeset for help on using the changeset viewer.