diff options
Diffstat (limited to 'chapter05/binutils-pass1-inst.xml')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index cbf393942..53c37be56 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -24,7 +24,7 @@ cd ../binutils-build</userinput></screen></para> <para><screen><userinput>../binutils-&binutils-version;/configure \ --prefix=/stage1 --disable-nls</userinput></screen></para> -<para>The meaning of the configure switches is:</para> +<para>The meaning of the configure switches:</para> <itemizedlist> <listitem><para><userinput>--prefix=/stage1</userinput>: This tells the @@ -41,7 +41,7 @@ when linking statically.</para></listitem> <para><screen><userinput>make configure-host make LDFLAGS="-all-static"</userinput></screen></para> -<para>The meaning of the make option is:</para> +<para>The meaning of the make option:</para> <itemizedlist> <listitem><para><userinput>LDFLAGS="-all-static"</userinput>: This tells @@ -53,14 +53,15 @@ statically.</para></listitem> <para><screen><userinput>make install</userinput></screen></para> -<para>Now already prepare the linker for the "locking in" of -<emphasis>glibc</emphasis> later on:</para> +<para>Now already prepare the linker for the "locking in" of Glibc later +on:</para> <para><screen><userinput>make -C ld clean make -C ld LIB_PATH=/stage1/lib</userinput></screen></para> -<para><emphasis>Do not yet remove</emphasis> the binutils-* directories. -We will need them again a bit further on in this chapter.</para> +<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> </sect2> |