diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 95a263939..3d7f532e5 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -57,6 +57,11 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> + <para>Now remove one test that prevents the tests from running + to completion:</para> + +<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> @@ -152,7 +157,8 @@ cd build</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen> - <para>One test, debug_msg.sh, is known to fail.</para> + <para>The PC-relative offset test and + the debug_msg.sh test may fail in the LFS environment.</para> <para>Install the package:</para> |