diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index d2d9c055d..04dbd199c 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -58,9 +58,11 @@ Ask your system administrator to create more.</computeroutput></screen> <para>Now remove one test that prevents the tests from running - to completion:</para> + to completion, and fix other tests in the gold test suite, which + need to be adjusted for GCC 10:</para> -<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen> +<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> <para>The Binutils documentation recommends building Binutils in a dedicated build directory:</para> @@ -157,7 +159,7 @@ cd build</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen> - <para>The ver_test_pr16504.sh test is known to fail.</para> +<!-- <para>The ver_test_pr16504.sh test is known to fail.</para>--> <para>Install the package:</para> |