Ignore:
Timestamp:
Jan 31, 2009, 6:12:17 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ef60d6b
Parents:
833efa2
Message:

Remove more tabs and replace with 8 spaces.

Location:
BOOK/final-system/multilib
Files:
2 edited

Legend:

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

    r833efa2 re3196bd  
    6464      <varlistentry>
    6565        <term><parameter>LDEMULATION=[emulation]</parameter></term>
    66         <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    67         href="../ppc64/libtool.xml"
    68         xpointer="xpointer(//*[@os='c2'])"/> -->
     66        <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     67        href="../ppc64/libtool.xml"
     68        xpointer="xpointer(//*[@os='c2'])"/> -->
    6969        <listitem os="c2">
    7070          <para>Libtool tends to do the wrong thing when building for multilib,
    71           at least on the non-default size(s) of architecture.  The causes of
    72           these errors are not well understood and they can appear, or disappear,
    73           as a result of apparently innocuous other changes in the build.  In
    74           this version of the book, one of the tests (pdemo-make) fails to link
    75           because it tries to link the 32-bit objects against 64-bit system
    76           libraries. This option enables the test to succeed without impacting
    77           the other tests (compare the common alternative fixes of
    78           <literal>LD="gcc ${BUILD32}"</literal> which causes far fewer tests
    79           to be executed, and configuring with
    80           <literal>LDFLAGS='-L/lib -L/usr/lib'</literal> which in this case
    81           causes other tests to fail.)</para>
     71          at least on the non-default size(s) of architecture.  The causes of
     72          these errors are not well understood and they can appear, or disappear,
     73          as a result of apparently innocuous other changes in the build.  In
     74          this version of the book, one of the tests (pdemo-make) fails to link
     75          because it tries to link the 32-bit objects against 64-bit system
     76          libraries. This option enables the test to succeed without impacting
     77          the other tests (compare the common alternative fixes of
     78          <literal>LD="gcc ${BUILD32}"</literal> which causes far fewer tests
     79          to be executed, and configuring with
     80          <literal>LDFLAGS='-L/lib -L/usr/lib'</literal> which in this case
     81          causes other tests to fail.)</para>
    8282        </listitem>
    8383      </varlistentry>
  • BOOK/final-system/multilib/procps.xml

    r833efa2 re3196bd  
    6262        <listitem>
    6363          <para>The <filename>Makefile</filename> for this package goes to some
    64           lengths to build as 64-bit if at all possible. In CLFS we build each
    65           library for each available ABI. Overriding the m64 option enables us
    66           ignore this completely.</para>
     64          lengths to build as 64-bit if at all possible. In CLFS we build each
     65          library for each available ABI. Overriding the m64 option enables us
     66          ignore this completely.</para>
    6767        </listitem>
    6868      </varlistentry>
     
    7272        <listitem>
    7373          <para>The <filename>Makefile</filename> also attempts to install into
    74           lib64 on multilib, so again we choose to override it.</para>
     74          lib64 on multilib, so again we choose to override it.</para>
    7575        </listitem>
    7676      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.