diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/adjustingtoolchain.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index f26f4378c..c20a67be8 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -56,6 +56,9 @@ linker is something other than <filename>ld-linux.so.2</filename>, you name of your platform's dynamic linker in the above commands. Refer back to <xref linkend="ch05-toolchaintechnotes"/> if necessary.</para></important> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + <caution><para>It is imperative at this point to stop and ensure that the basic functions (compiling and linking) of the adjusted toolchain are working as expected. For this we are going to perform a simple sanity check:</para> @@ -84,5 +87,8 @@ different.</para> <screen><userinput>rm dummy.c a.out</userinput></screen> </caution> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + </sect1> |