Author: matthew
Date: 2010-06-22 03:25:36 -0600 (Tue, 22 Jun 2010)
New Revision: 9309
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter05/gcc-pass1.xml
trunk/BOOK/chapter05/gcc-pass2.xml
trunk/BOOK/general.ent
trunk/BOOK/packages.ent
Log:
Upgrade to MPFR-3.0.0. Fixes #2687.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-06-21 14:57:19 UTC (rev 9308)
+++ trunk/BOOK/chapter01/changelog.xml 2010-06-22 09:25:36 UTC (rev 9309)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2010-06-22</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Upgrade to MPFR-3.0.0. Fixes
+ <ulink url="&lfs-ticket-root;2687">#2687</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-06-21</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2010-06-21 14:57:19 UTC (rev 9308)
+++ trunk/BOOK/chapter01/whatsnew.xml 2010-06-22 09:25:36 UTC (rev 9309)
@@ -142,9 +142,9 @@
<listitem>
<para>MPC &mpc-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>MPFR &mpfr-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Ncurses &ncurses-version;</para>
</listitem>-->
Modified: trunk/BOOK/chapter05/gcc-pass1.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml 2010-06-21 14:57:19 UTC (rev 9308)
+++ trunk/BOOK/chapter05/gcc-pass1.xml 2010-06-22 09:25:36 UTC (rev 9309)
@@ -67,7 +67,8 @@
--disable-nls --disable-shared --disable-multilib \
--disable-decimal-float --disable-threads \
--disable-libmudflap --disable-libssp \
- --disable-libgomp --enable-languages=c</userinput></screen>
+ --disable-libgomp --enable-languages=c \
+ --with-gmp-include=$(pwd)/gmp
--with-gmp-lib=$(pwd)/gmp/.libs</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -107,6 +108,20 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>--with-gmp-include=...</parameter></term>
+ <listitem>
+ <para>This option tells GCC where the GMP headers are located.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><parameter>--with-gmp-lib=...</parameter></term>
+ <listitem>
+ <para>This option tells GCC where the GMP library is located.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Compile GCC by running:</para>
Modified: trunk/BOOK/chapter05/gcc-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass2.xml 2010-06-21 14:57:19 UTC (rev 9308)
+++ trunk/BOOK/chapter05/gcc-pass2.xml 2010-06-22 09:25:36 UTC (rev 9309)
@@ -156,7 +156,8 @@
--enable-shared --enable-threads=posix \
--enable-__cxa_atexit --enable-languages=c,c++ \
--disable-libstdcxx-pch --disable-multilib \
- --disable-bootstrap</userinput></screen>
+ --disable-bootstrap \
+ --with-gmp-include=$(pwd)/gmp
--with-gmp-lib=$(pwd)/gmp/.libs</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-06-21 14:57:19 UTC (rev 9308)
+++ trunk/BOOK/general.ent 2010-06-22 09:25:36 UTC (rev 9309)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100621">
-<!ENTITY releasedate "June 21, 2010">
+<!ENTITY version "SVN-20100622">
+<!ENTITY releasedate "June 22, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2010-06-21 14:57:19 UTC (rev 9308)
+++ trunk/BOOK/packages.ent 2010-06-22 09:25:36 UTC (rev 9309)
@@ -375,10 +375,10 @@
<!ENTITY mpc-ch6-du "10.5 MB testsuite included">
<!ENTITY mpc-ch6-sbu "0.3 SBU testsuite included">
-<!ENTITY mpfr-version "2.4.2">
-<!ENTITY mpfr-size "1,053 KB">
+<!ENTITY mpfr-version "3.0.0">
+<!ENTITY mpfr-size "1,112 KB">
<!ENTITY mpfr-url
"http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.bz2">
-<!ENTITY mpfr-md5 "89e59fe665e2b3ad44a6789f40b059a0">
+<!ENTITY mpfr-md5 "f45bac3584922c8004a10060ab1a8f9f">
<!ENTITY mpfr-home "http://www.mpfr.org/">
<!ENTITY mpfr-ch5-du "27.1 MB">
<!ENTITY mpfr-ch5-sbu "1.0 SBU">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page