diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
commit | 087e584f625ded123c5e6bc17d5c2ff1f5a8009c (patch) | |
tree | 723740f025b199d937567f0b98aadd807705a4d8 /chapter05/binutils-pass1-inst.xml | |
parent | 73eac28cb38d307b6a7414fb8ddb5df77f30205d (diff) |
Small retouches of the text. Wrapping 'last checked' in parentheses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |