Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    re454a54 r33ca65c  
    8686
    8787      <para>The reason for the kernel version requirement is that we specify
    88       that version when building <application>glibc</application> in Chapter&nbsp;6
     88      that version when building <application>glibc</application> in
     89      <xref linkend="chapter-cross-tools"/> and
     90      <xref linkend="chapter-building-system"/>,
    8991      at the recommendation of the developers.  It is also required by
    9092      udev.</para>
     
    235237-->
    236238
    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    
    257239</sect1>
Note: See TracChangeset for help on using the changeset viewer.