Ignore:
Timestamp:
Jul 29, 2006, 3:47:06 PM (18 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
06f2dec
Parents:
7615f86
Message:

Finish the fix for libtool-32 test failure, and move the detail back into multilib/libtool.xml because multilib referencing an item in ppc64 and ppc64 referencing a different item in multilib causes recursion which prevents it rendering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/libtool-n32.xml

    r7615f86 rd3a0268  
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="libtool.xml"
     33    href="../common/libtool.xml"
    3434    xpointer="xpointer(//*[@os='c'])"/>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="libtool.xml"
     37    href="../common/libtool.xml"
    3838    xpointer="xpointer(//*[@os='d'])"/>
    3939
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="libtool.xml"
    42     xpointer="xpointer(//*[@os='e'])"/>
     40    <para os="e">To test the results, identify the correct emulation, then issue:
     41    <userinput>make LDEMULATION=[emulation] check</userinput>. The correct
     42    emulation will be elf32btsmipn32 for a big-endian machine and elf32ltsmipn32
     43    for a little-endian machine.</para>
    4344
    4445    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.