Ignore:
Timestamp:
04/22/2019 06:40:16 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
5129e84
Parents:
3c72497
Message:

Merge trunk; Add a note about kernel config to hostreqs.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r3c72497 rd8fba27  
    235235-->
    236236
     237    <para arch="ml_32,ml_x32,ml_all">
     238      Building multilib support requires the kernel of the host system
     239      to have 32-bit emulation support included.
     240    </para>
     241<screen arch="ml_32,ml_x32,ml_all">Binary Emulations  ---&gt;
     242    [*] IA32 Emulation
     243    &lt;M&gt;   IA32 a.out support
     244    [*] x32 ABI for 64-bit mode
     245</screen>
     246    <para arch="ml_32,ml_x32,ml_all">The option 'IA32 a.out support' is
     247      optional. In case your kernel does not have 'x32 ABI for 64-bit mode'
     248      enabled but only 'IA32 Emulation', you can continue to build your
     249      system but you have to leave out any sections showing instructions
     250      for building x32 objects. If neither 'IA32 Emulation' nor
     251      'x32 ABI for 64-bit mode' is enabled, you will run in errors
     252      latest when building <application>glibc</application> in Chapter 6,
     253      so an upgrade of your host system is required.
     254    </para>
     255   
    237256</sect1>
Note: See TracChangeset for help on using the changeset viewer.