diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 570722f13..cbfdd82d7 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -57,7 +57,7 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> - <para>Fix a problem identified upstream:</para> + <para>Fix some problems identified upstream:</para> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-upstream-patch;</userinput></screen> @@ -106,7 +106,7 @@ cd build</userinput></screen> <para>Test the results:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make -k check</userinput></screen> <para>The test 'Link with zlib-gabi compressed debug output' is known to fail.</para> |