diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter05/binutils-pass2.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 2ccd0bf68..32c749b77 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -1,14 +1,19 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> <sect1 id="ch-tools-binutils-pass2"> -<title>Installing Binutils-&binutils-version; - Pass 2</title> -<?dbhtml filename="binutils-pass2.html" dir="chapter05"?> +<title>Binutils-&binutils-version; - Pass 2</title> +<?dbhtml filename="binutils-pass2.html"?> -<screen>&buildtime; &binutils-time-tools-pass2; -&diskspace; &binutils-compsize-tools-pass2;</screen> +<indexterm zone="ch-tools-binutils-pass2"> +<primary sortas="a-Binutils">Binutils</primary> +<secondary>tools, pass 2</secondary></indexterm> -&aa-binutils-down; -&aa-binutils-dep; +<screen>&buildtime; 1.5 SBU +&diskspace; 108 MB</screen> -<sect2><title> </title><para> </para></sect2> <sect2> <title>Re-installation of Binutils</title> @@ -20,8 +25,8 @@ cd ../binutils-build</userinput></screen> <para>Now prepare Binutils for compilation:</para> -<screen><userinput>../&binutils-dir;/configure --prefix=/tools \ - --enable-shared --with-lib-path=/tools/lib</userinput></screen> +<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ + --enable-shared --with-lib-path=/tools/lib</userinput></screen> <para>The meaning of the new configure option:</para> @@ -64,21 +69,16 @@ chapter:</para> <screen><userinput>make -C ld clean make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen> -<!-- HACK - Force some whitespace to appease tidy --> -<literallayout></literallayout> <warning><para><emphasis>Do not yet remove</emphasis> the Binutils source and build directories. You will need these directories again in the next chapter in the state they are in now.</para></warning> -<!-- HACK - Force some whitespace to appease tidy --> -<literallayout></literallayout> </sect2> -<sect2><title> </title><para> </para> +<sect2><title> </title><para> </para> <para>The details on this package are found in <xref linkend="contents-binutils"/>.</para> -<para> </para></sect2> +<para> </para></sect2> </sect1> - |