Changeset d2f700b


Ignore:
Timestamp:
10/12/2011 09:35:47 PM (13 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1fab972
Parents:
18fd33b
Message:

Upgrade to MPFR-3.1.0. Fixes #2934.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r18fd33b rd2f700b  
    4040      <para>2011-10-12</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Upgrade to MPFR-3.1.0. Fixes
     44          <ulink url="&lfs-ticket-root;2934">#2934</ulink>.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[matthew] - Upgrade to Module-Init-Tools-3.16. Fixes
  • chapter01/whatsnew.xml

    r18fd33b rd2f700b  
    259259    </listitem>
    260260    <listitem>
    261       <para>&mpfr-fixes-patch;</para>
    262     </listitem>
    263     <listitem>
    264261      <para>perl-5.14.1-libc-1.patch</para>
    265262    </listitem>
  • chapter03/patches.xml

    r18fd33b rd2f700b  
    141141
    142142    <varlistentry>
    143       <term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term>
    144       <listitem>
    145         <para>Download: <ulink url="&patches-root;&mpfr-fixes-patch;"/></para>
    146         <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
    147       </listitem>
    148     </varlistentry>
    149 
    150     <varlistentry>
    151143      <term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
    152144      <listitem>
  • chapter05/gcc-pass1.xml

    r18fd33b rd2f700b  
    7878    --disable-libgomp --disable-libquadmath \
    7979    --disable-target-libiberty --disable-target-zlib \
    80     --enable-languages=c --without-ppl --without-cloog</userinput></screen>
     80    --enable-languages=c --without-ppl --without-cloog \
     81    --with-mpfr-include=$LFS/sources/gcc-&gcc-version;/mpfr/src \
     82    --with-mpfr-lib=$LFS/sources/gcc-build/mpfr/src/.libs</userinput></screen>
    8183
    8284    <variablelist>
  • chapter05/gcc-pass2.xml

    r18fd33b rd2f700b  
    158158    --disable-libstdcxx-pch --disable-multilib \
    159159    --disable-bootstrap --disable-libgomp \
    160     --without-ppl --without-cloog</userinput></screen>
     160    --without-ppl --without-cloog \
     161    --with-mpfr-include=$LFS/sources/gcc-&gcc-version;/mpfr/src \
     162    --with-mpfr-lib=$LFS/sources/gcc-build/mpfr/src/.libs</userinput></screen>
    161163
    162164    <variablelist>
  • chapter05/mpfr.xml

    r18fd33b rd2f700b  
    4444    <title>Installation of MPFR</title>
    4545
    46     <para>Apply a patch to fix a few bugs in MPFR:</para>
    47 
    48 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    49 
    5046    <para>Prepare MPFR for compilation:</para>
    5147
  • chapter06/mpfr.xml

    r18fd33b rd2f700b  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
    43 
    44     <para>Apply a patch to fix a few bugs in MPFR:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    4743
    4844    <para>Prepare MPFR for compilation:</para>
  • packages.ent

    r18fd33b rd2f700b  
    394394<!ENTITY mpc-ch6-sbu "0.3 SBU">
    395395
    396 <!ENTITY mpfr-version "3.0.1">
    397 <!ENTITY mpfr-size "1,127 KB">
     396<!ENTITY mpfr-version "3.1.0">
     397<!ENTITY mpfr-size "1,176 KB">
    398398<!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.bz2">
    399 <!ENTITY mpfr-md5 "bfbecb2eacb6d48432ead5cfc3f7390a">
     399<!ENTITY mpfr-md5 "238ae4a15cc3a5049b723daef5d17938">
    400400<!ENTITY mpfr-home "http://www.mpfr.org/">
    401401<!ENTITY mpfr-ch5-du "27.1 MB">
  • patches.ent

    r18fd33b rd2f700b  
    7676
    7777
    78 <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
    79 <!ENTITY mpfr-fixes-patch-md5 "66305450989c2633b9346900e9a5d9a3">
    80 <!ENTITY mpfr-fixes-patch-size "9 KB">
    81 
    82 
    8378<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
    8479<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
Note: See TracChangeset for help on using the changeset viewer.