source: temp-system/multilib/binutils.xml @ cde585f

Last change on this file since cde585f was cde585f, checked in by Jim Gifford <clfs@…>, 18 years ago

r658@server (orig r656): manuel | 2005-11-08 13:07:45 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 2.

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-temp-system-binutils" role="wrap">
11  <?dbhtml filename="binutils.html"?>
12
13  <title>Binutils-&binutils-version;</title>
14
15  <indexterm zone="ch-temp-system-binutils">
16    <primary sortas="a-Binutils">Binutils</primary>
17    <secondary>temporary system</secondary>
18  </indexterm>
19
20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21  href="../../final-system/common/binutils.xml"
22  xpointer="xpointer(//*[@role='package'])"/>
23
24  <sect2 role="installation">
25    <title>Installation of Binutils</title>
26
27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28    href="../common/binutils.xml"
29    xpointer="xpointer(//*[@os='da'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32    href="../common/binutils.xml"
33    xpointer="xpointer(//*[@os='ba'])"/>
34
35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36    href="../common/binutils.xml"
37    xpointer="xpointer(//*[@os='bb'])"/>
38
39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40    href="../../final-system/multilib/binutils.xml"
41    xpointer="xpointer(//*[@os='aa'])"/>
42
43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44    href="../../final-system/multilib/binutils.xml"
45    xpointer="xpointer(//*[@os='ab'])"/>
46
47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48    href="../common/binutils.xml"
49    xpointer="xpointer(//*[@os='g'])"/>
50
51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52    href="../common/binutils.xml"
53    xpointer="xpointer(//*[@os='h'])"/>
54
55    <!-- To be moved to their proper file (or full removed) when decided
56    how to manage SBUs
57
58    <note>
59      <para>In order for the SBU values listed in the rest of the book
60      to be of any use, measure the time it takes to build this package from
61      the configuration, up to and including the first install. To achieve
62      this easily, wrap the four commands in a <command>time</command>
63      command like this: <userinput>time { ./configure ... &amp;&amp; ...
64      &amp;&amp; ... &amp;&amp; make install; }</userinput>.</para>
65    </note>
66
67    -->
68
69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70    href="../common/binutils.xml"
71    xpointer="xpointer(//*[@os='i'])"/>
72
73<screen><userinput>CC="${CC} ${BUILD64}" \
74     ../binutils-&binutils-version;/configure --prefix=/tools \
75     --libdir=/tools/lib64 --with-lib-path=/tools/lib \
76     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
77     --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
78
79    <variablelist os="ea">
80      <title>The meaning of the new configure options:</title>
81
82      <varlistentry>
83        <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
84        <listitem>
85          <para>This do ...</para>
86        </listitem>
87      </varlistentry>
88
89    </variablelist>
90
91    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
92    href="../common/binutils.xml"
93    xpointer="xpointer(//*[@os='be'])"/>
94
95    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
96    href="../common/binutils.xml"
97    xpointer="xpointer(//*[@os='bf'])"/>
98
99    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
100    href="../common/binutils.xml"
101    xpointer="xpointer(//*[@os='bg'])"/>
102
103    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104    href="../common/binutils.xml"
105    xpointer="xpointer(//*[@os='bh'])"/>
106
107  </sect2>
108
109  <sect2 role="content">
110    <title/>
111
112    <para>Details on this package are located in <xref
113    linkend="contents-binutils" role="."/></para>
114
115  </sect2>
116
117</sect1>
Note: See TracBrowser for help on using the repository browser.