|
@@ -52,6 +52,12 @@
|
|
|
linker and assembler to determine which of their own features to
|
|
|
enable.</para>
|
|
|
|
|
|
+ <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>The Binutils documentation recommends building Binutils outside of the
|
|
|
source directory in a dedicated build directory:</para>
|
|
|
|
|
@@ -70,12 +76,6 @@ cd ../binutils-build</userinput></screen>
|
|
|
<note><para>The approximate build SBU values and required disk space
|
|
|
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>
|
|
|
|
|
|
<screen><userinput remap="configure">../binutils-&binutils-version;/configure \
|