diff options
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index aa1ca1a3a..3930090d0 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -58,11 +58,9 @@ Ask your system administrator to create more.</computeroutput></screen> <para>Now remove one test that prevents the tests from running - to completion, and fix other tests in the gold test suite, which - need to be adjusted for GCC 10:</para> + to completion:</para> -<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in -patch -Np1 -i ../binutils-&binutils-version;-gcc10_gold_test_fix-1.patch</userinput></screen> +<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen> <para>The Binutils documentation recommends building Binutils in a dedicated build directory:</para> |