Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    re4bdfc54 re454a54  
    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
     247    <para arch="ml_32,ml_x32,ml_all">The option 'IA32 a.out support' is
     248      optional. In case your kernel does not have 'x32 ABI for 64-bit mode'
     249      enabled but only 'IA32 Emulation', you can continue to build your
     250      system but you have to leave out any sections showing instructions
     251      for building x32 objects. If neither 'IA32 Emulation' nor
     252      'x32 ABI for 64-bit mode' is enabled, you will run in errors
     253      latest when building <application>glibc</application> in Chapter 6,
     254      so an upgrade of your host system kernel is required.
     255    </para>
     256   
    237257</sect1>
Note: See TracChangeset for help on using the changeset viewer.