diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:06:08 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:06:08 +0000 |
commit | 965224946e10cde1353270c2b82d64aa7c641e04 (patch) | |
tree | 83f8697f4ed89e530ed499e4ecc8974141fa1c68 /chapter05/binutils-pass2.xml | |
parent | 90a48977b4cb628a96905e9583019d3ed5a9327f (diff) |
HEAD: Retaged the SBUs/disk-usage sections, the lists of options and the contents sections in chapter05.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 65e4d267d..584fd4513 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -3,7 +3,7 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-tools-binutils-pass2"> +<sect1 id="ch-tools-binutils-pass2" role="wrap"> <title>Binutils-&binutils-version; - Pass 2</title> <?dbhtml filename="binutils-pass2.html"?> @@ -11,11 +11,17 @@ <primary sortas="a-Binutils">Binutils</primary> <secondary>tools, pass 2</secondary></indexterm> -<screen>&buildtime; 1.5 SBU -&diskspace; 108 MB</screen> +<sect2 role="package"><title/> +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>1.5 SBU</seg><seg>108 MB</seg></seglistitem> +</segmentedlist> -<sect2> +</sect2> + +<sect2 role="installation"> <title>Re-installation of Binutils</title> <para>Create a separate build directory again:</para> @@ -30,13 +36,15 @@ cd ../binutils-build</userinput></screen> <para>The meaning of the new configure option:</para> -<itemizedlist> -<listitem><para><userinput>--with-lib-path=/tools/lib</userinput>: This tells -the configure script to specify the library search path during the compilation -of Binutils, resulting in <emphasis>/tools/lib</emphasis> to be passed to the -linker. This prevents the linker from searching through library directories on -the host.</para></listitem> -</itemizedlist> +<variablelist> +<varlistentry> +<term><userinput>--with-lib-path=/tools/lib</userinput></term> +<listitem><para>This tells the configure script to specify the library search path +during the compilation of Binutils, resulting in <emphasis>/tools/lib</emphasis> +to be passed to the linker. This prevents the linker from searching through library +directories on the host.</para></listitem> +</varlistentry> +</variablelist> <para>Before starting to build Binutils, remember to unset any environment variables that override the default optimization flags.</para> @@ -88,7 +96,7 @@ in the state they are in now.</para></warning> </sect2> -<sect2><title/> +<sect2 role="content"><title/> <para>The details on this package are found in <xref linkend="contents-binutils"/>.</para> </sect2> |