diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c98d56c1e..ae2e6f828 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -56,19 +56,7 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> - - <para>Suppress the installation of an outdated - <filename>standards.info</filename> file as a newer one is installed later - on in the Autoconf instructions:</para> - -<screen><userinput remap="pre">rm -fv etc/standards.info -sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> - - <para>Add an upstream patch to use GCC's link time optimization (LTO) - by default:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> - +<!-- <para>Fix some LTO tests in the test suite:</para> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-testsuite-patch;</userinput></screen> @@ -76,7 +64,7 @@ sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> <para>Enable binutils to recognize multiple plugins:</para> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen> - +--> <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |