mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01:00
Remove hardcoded paths from GCC's MPFR-related configure switches. Fixes #2948.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9fb74db247
commit
2ce327ccde
@ -36,6 +36,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2011-10-28</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Remove hardcoded paths from GCC's MPFR-related
|
||||||
|
configure switches. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2948">#2948</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2011-10-20</para>
|
<para>2011-10-20</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -78,8 +78,8 @@ cd ../gcc-build</userinput></screen>
|
|||||||
--disable-libgomp --disable-libquadmath \
|
--disable-libgomp --disable-libquadmath \
|
||||||
--disable-target-libiberty --disable-target-zlib \
|
--disable-target-libiberty --disable-target-zlib \
|
||||||
--enable-languages=c --without-ppl --without-cloog \
|
--enable-languages=c --without-ppl --without-cloog \
|
||||||
--with-mpfr-include=$LFS/sources/gcc-&gcc-version;/mpfr/src \
|
--with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
|
||||||
--with-mpfr-lib=$LFS/sources/gcc-build/mpfr/src/.libs</userinput></screen>
|
--with-mpfr-lib=$(pwd)/mpfr/src/.libs</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
@ -158,8 +158,8 @@ cd ../gcc-build</userinput></screen>
|
|||||||
--disable-libstdcxx-pch --disable-multilib \
|
--disable-libstdcxx-pch --disable-multilib \
|
||||||
--disable-bootstrap --disable-libgomp \
|
--disable-bootstrap --disable-libgomp \
|
||||||
--without-ppl --without-cloog \
|
--without-ppl --without-cloog \
|
||||||
--with-mpfr-include=$LFS/sources/gcc-&gcc-version;/mpfr/src \
|
--with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
|
||||||
--with-mpfr-lib=$LFS/sources/gcc-build/mpfr/src/.libs</userinput></screen>
|
--with-mpfr-lib=$(pwd)/mpfr/src/.libs</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the new configure options:</title>
|
<title>The meaning of the new configure options:</title>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20111020">
|
<!ENTITY version "SVN-20111028">
|
||||||
<!ENTITY releasedate "Oct 20, 2011">
|
<!ENTITY releasedate "Oct 28, 2011">
|
||||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user