diff options
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index f52a7ac42..7617470c4 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -40,16 +40,15 @@ variables that override the default optimization flags.</para> <screen><userinput>make</userinput></screen> -<note><para>It's worth pointing out that running the Binutils test suite here -is considered not as important as running it in -<xref linkend="chapter06"/>.</para></note> - -<para>Test the results (there should be no unexpected failures here, expected -failures are fine):</para> +<para>Compilation is now complete. As discussed earlier, we don't recommend +running the test suites for the temporary tools here in this chapter. If you +still want to run the Binutils test suite anyway, the following command will +do so:</para> <screen><userinput>make check</userinput></screen> -<para>Unfortunately, there is no easy way to view the test results summary like +<para>There should be no unexpected failures here, expected failures are fine. +Unfortunately, there is no easy way to view the test results summary like there was for the previous GCC package. However, if a failure occurs here, it should be easy to spot. The output shown will contain something like:</para> |