diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 589f61f29..9edbb24f2 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -34,9 +34,7 @@ everything is set up correctly by performing a simple test:</para> <para>Your chroot environment is not set up for proper PTY operation. In this case there is no point in running the test suites for Binutils and GCC until you -are able to resolve the issue. Please refer back to <xref linkend="ch-system-proc"/> -and the <xref linkend="ch-system-MAKEDEV"/> section and perform the recommended steps -to fix the problem.</para> +are able to resolve the issue.</para> <para>This package is known to behave badly when you have changed its default optimization flags (including the -march and -mcpu options). @@ -72,7 +70,7 @@ circumstances.</para></important> <para>Test the results:</para> -<screen><userinput>make check</userinput></screen> +<screen><userinput>make -k check</userinput></screen> <para>The test suite notes from <xref linkend="ch-tools-binutils-pass2"/> are still very much appropriate here. Be sure to refer back there should you have any |