Remove instructions to prevent the building of GCC's info files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2013-03-29 11:27:05 +00:00
parent d73690480d
commit 4e179e7764
5 changed files with 13 additions and 19 deletions

View File

@ -36,6 +36,17 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2013-03-29</para>
<itemizedlist>
<listitem>
<para>[matthew] - Remove the now unnecessary instructions that
prevented GCC's info files from being built; GCC-4.8.0 contains
upstream fixes.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2013-03-28</para> <para>2013-03-28</para>
<itemizedlist> <itemizedlist>

View File

@ -105,11 +105,6 @@ done</userinput></screen>
<screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen> <screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen>
<para>Do not build the .info files. They are not needed here and
are broken with the current version of <command>makeinfo</command>.</para>
<screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure</userinput></screen>
<para>The GCC documentation recommends building GCC outside of the <para>The GCC documentation recommends building GCC outside of the
source directory in a dedicated build directory:</para> source directory in a dedicated build directory:</para>

View File

@ -97,11 +97,6 @@ mv -v gmp-&gmp-version; gmp
tar -zxf ../mpc-&mpc-version;.tar.gz tar -zxf ../mpc-&mpc-version;.tar.gz
mv -v mpc-&mpc-version; mpc</userinput></screen> mv -v mpc-&mpc-version; mpc</userinput></screen>
<para>Again, do not build the .info files. They are not needed here and
are broken with the current version of <command>makeinfo</command>.</para>
<screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure</userinput></screen>
<para>Create a separate build directory again:</para> <para>Create a separate build directory again:</para>
<screen><userinput remap="pre">mkdir -v ../gcc-build <screen><userinput remap="pre">mkdir -v ../gcc-build

View File

@ -48,13 +48,6 @@
<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen> <screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
<para>Again, do not build the .info files. They are broken with the current
version of <command>makeinfo</command>.</para>
<screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure</userinput></screen>
<para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
<command>sed</command> to force the build to use the <command>sed</command> to force the build to use the
<option>-fomit-frame-pointer</option> compiler flag in order to ensure <option>-fomit-frame-pointer</option> compiler flag in order to ensure

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20130328"> <!ENTITY version "SVN-20130329">
<!ENTITY releasedate "March 28, 2013"> <!ENTITY releasedate "March 29, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.4"> <!ENTITY milestone "7.4">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->