Changeset df56d74


Ignore:
Timestamp:
Dec 21, 2008, 11:44:08 AM (15 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:
c3f01f3
Parents:
dab54f4
Message:

Add --host=i686-pc-linux-gnu to the 32bit MPFR build on multilib. This fixed the almost complete testsuite failure.

Location:
BOOK
Files:
2 edited

Legend:

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

    rdab54f4 rdf56d74  
    2929<screen os="b"><userinput>CC="gcc -Wl,-rpath-link,/lib -isystem /usr/include ${BUILD32}" \
    3030    ./configure --prefix=/usr \
    31     --enable-shared</userinput></screen>
     31    --host=${CLFS_TARGET32} --enable-shared</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rdab54f4 rdf56d74  
    4040      <para>December 21, 2008</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Add --host=${CLFS_TARGET32} to the 32bit MPFR
     44          build on multilib. This fixed the almost complete testsuite
     45          failure.</para>
     46        </listitem>
    4247        <listitem>
    4348          <para>[jciccone] - Command fixes on a few of Multilib Pages related
Note: See TracChangeset for help on using the changeset viewer.