diff options
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 34883a596..25cc593f4 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -83,7 +83,7 @@ the second pass.</para> <screen><userinput>make install</userinput></screen> -<para>Now prepare the linker for the "locking in" of Glibc later on:</para> +<para>Now prepare the linker for the "Adjusting" phase later on:</para> <screen><userinput>make -C ld clean make -C ld LDFLAGS="-all-static" LIB_PATH=/tools/lib</userinput></screen> @@ -107,9 +107,9 @@ chapter.</para></listitem> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> -<warning><para>Do not yet remove the Binutils build and source directories. You -will need them again in their current state a bit further on in this -chapter.</para></warning> +<warning><para><emphasis>Do not yet remove</emphasis> the Binutils build and +source directories. You will need them again in their current state a bit +further on in this chapter.</para></warning> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> |