diff options
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index e696c986b..b77e9dac5 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -58,7 +58,7 @@ should be easy to spot. The output shown will contain something like:</para> <screen><userinput>make install</userinput></screen> -<para>Now prepare Binutils for the re-adjusting of the toolchain in the next +<para>Now prepare the linker for the "Re-adjusting" phase in the next chapter:</para> <screen><userinput>make -C ld clean @@ -67,9 +67,9 @@ make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> -<warning><para>Do not yet remove the Binutils source and build directories. -We'll need these directories again in the next chapter in the state they are in -now.</para></warning> +<warning><para><emphasis>Do not yet remove</emphasis> the Binutils source and +build directories. You will need these directories again in the next chapter +in the state they are in now.</para></warning> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> |