Ignore:
Timestamp:
Jul 29, 2006, 3:47:06 PM (18 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Children:
b6fe857
Parents:
cf0287c
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
  • final-system/ppc64/libtool.xml

    rcf0287c r948307e  
    4747      <varlistentry>
    4848        <term><parameter>LDEMULATION=elf32ppc</parameter></term>
    49         <listitem os="c2">
    50           <para>Libtool tends to do the wrong thing when building for multilib,
    51           at least on the non-default size(s) of architecture.  These causes of
    52           these errors are not well understood and they can appear, or disappear,
    53           as a result of apparently innocuous other changes in the build.  In
    54           this version of the book, one of the tests (pdemo-make) fails to link
    55           because it tries to link the 32-bit objects against 64-bit system
    56           libraries. This option enables the test to succeed without impacting
    57           the other tests (compare the common alternative fixes of
    58           <literal>LD="gcc ${BUILD32}"</literal> which causes far fewer tests
    59           to be executed, and configuring with
    60           <literal>LDFLAGS='-L/lib -L/usr/lib'</literal> which in this case
    61           causes other tests to fail.)</para>
    62         </listitem>
     49        <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50        href="../multilib/libtool.xml"
     51        xpointer="xpointer(//*[@os='c2'])"/>
    6352      </varlistentry>
    6453
Note: See TracChangeset for help on using the changeset viewer.