Fix Binutils' texinfo file in pass1 and pass2 in case hosts have Texinfo >= 5.1 installed.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2013-03-29 19:37:50 +00:00
parent ff0f063c60
commit f93ffe4b79
4 changed files with 20 additions and 4 deletions

View File

@ -39,6 +39,11 @@
<listitem> <listitem>
<para>2013-03-29</para> <para>2013-03-29</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Add texinfo related seds to Binutils pass1 and pass2
as hosts may have a new enough version of Texinfo to cause
issues.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Use --disable-install-libiberty to prevent GCC from <para>[matthew] - Use --disable-install-libiberty to prevent GCC from
installing libiberty.a (thanks to Armin K. for the pointer). Retain installing libiberty.a (thanks to Armin K. for the pointer). Retain

View File

@ -70,6 +70,12 @@ cd ../binutils-build</userinput></screen>
<note><para>The approximate build SBU values and required disk space <note><para>The approximate build SBU values and required disk space
in Chapter 5 does not include test suite data.</para></note> in Chapter 5 does not include test suite data.</para></note>
<para>Fix a couple of syntax errors that prevent the documentation from
building with Texinfo-&texinfo-version;:</para>
<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \
-e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>
<para>Now prepare Binutils for compilation:</para> <para>Now prepare Binutils for compilation:</para>
<screen><userinput remap="configure">../binutils-&binutils-version;/configure \ <screen><userinput remap="configure">../binutils-&binutils-version;/configure \

View File

@ -48,6 +48,12 @@
<screen><userinput remap="pre">mkdir -v ../binutils-build <screen><userinput remap="pre">mkdir -v ../binutils-build
cd ../binutils-build</userinput></screen> cd ../binutils-build</userinput></screen>
<para>Fix a couple of syntax errors that prevent the documentation from
building with Texinfo-&texinfo-version;:</para>
<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \
-e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>
<para>Prepare Binutils for compilation:</para> <para>Prepare Binutils for compilation:</para>
<screen><userinput remap="configure">CC=$LFS_TGT-gcc \ <screen><userinput remap="configure">CC=$LFS_TGT-gcc \

View File

@ -74,10 +74,9 @@
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make</userinput></screen>
<para>The test suite needs some custom modifications for LFS. <para>The test suite needs some custom modifications for LFS.
The <command>which</command> command is not available, the The <command>which</command> command is not available, and the
<command>pmap</command> test does not match a newline character in <command>slabtop</command> test may return more than 999,999 objects. To run
two tests, and the <command>slabtop</command> test may return more than the test suite, run the following commands:</para>
999,999 objects. To run the test suite, run the following commands:</para>
<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ <screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
-e 's|&amp;9|9999999|' testsuite/config/unix.exp -e 's|&amp;9|9999999|' testsuite/config/unix.exp