From 81109e3ece86defd366a946970cdcdebee8d09f3 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 17 Jan 2006 19:37:53 +0000 Subject: Indenting chapter 05, part 1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 118 ++++++++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 51 deletions(-) (limited to 'chapter05/binutils-pass2.xml') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 2f8a8c68b..8a7cc53ff 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -1,91 +1,107 @@ - %general-entities; ]> + -Binutils-&binutils-version; - Pass 2 - + + + Binutils-&binutils-version; - Pass 2 + + + Binutils + tools, pass 2 + + + + -<indexterm zone="ch-tools-binutils-pass2"> -<primary sortas="a-Binutils">Binutils</primary> -<secondary>tools, pass 2</secondary></indexterm> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/binutils.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> -<sect2 role="package"><title/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" - href="../chapter06/binutils.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>1.5 SBU</seg><seg>114 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>1.5 SBU</seg> + <seg>114 MB</seg> + </seglistitem> + </segmentedlist> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" - href="../chapter06/binutils.xml" - xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/binutils.xml" + xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> -</sect2> + </sect2> -<sect2 role="installation"> -<title>Re-installation of Binutils + + Re-installation of Binutils -Create a separate build directory again: + Create a separate build directory again: mkdir -v ../binutils-build cd ../binutils-build -Prepare Binutils for compilation: + Prepare Binutils for compilation: ../binutils-&binutils-version;/configure --prefix=/tools \ --disable-nls --enable-shared --with-lib-path=/tools/lib -The meaning of the new configure options: + + The meaning of the new configure options: - - ---with-lib-path=/tools/lib -This tells the configure script to specify the library -search path during the compilation of Binutils, resulting in /tools/lib being passed to the linker. -This prevents the linker from searching through library directories on -the host. - - + + --with-lib-path=/tools/lib + + This tells the configure script to specify the library + search path during the compilation of Binutils, resulting in + /tools/lib being passed + to the linker. This prevents the linker from searching through + library directories on the host. + + -Compile the package: + + + Compile the package: make -Compilation is now complete. As discussed earlier, running the -test suite is not mandatory for the temporary tools here in this -chapter. To run the Binutils test suite anyway, issue the following -command: + Compilation is now complete. As discussed earlier, running the + test suite is not mandatory for the temporary tools here in this + chapter. To run the Binutils test suite anyway, issue the following + command: make check -Install the package: + Install the package: make install -Now prepare the linker for the Re-adjusting phase in the next -chapter: + Now prepare the linker for the Re-adjusting phase in + the next chapter: make -C ld clean make -C ld LIB_PATH=/usr/lib:/lib + + Do not remove the Binutils source and build + directories yet. These directories will be needed again in the next + chapter in their current state. + -Do not remove the Binutils source and -build directories yet. These directories will be needed again in the next -chapter in their current state. + - + + -<sect2 role="content"><title/> -<para>Details on this package are located in <xref -linkend="contents-binutils" role="."/></para> -</sect2> + <para>Details on this package are located in + <xref linkend="contents-binutils" role="."/></para> -</sect1> + </sect2> +</sect1> -- cgit v1.2.3-54-g00ecf