source: temp-system/64/binutils.xml @ eac7362

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

r659@server (orig r657): manuel | 2005-11-08 13:08:02 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 3.

  • Property mode set to 100644
File size: 3.3 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="../common/binutils.xml"
41    xpointer="xpointer(//*[@os='g'])"/>
42
43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44    href="../common/binutils.xml"
45    xpointer="xpointer(//*[@os='h'])"/>
46
47    <!-- To be moved to their proper file (or full removed) when decided
48    how to manage SBUs
49
50    <note>
51      <para>In order for the SBU values listed in the rest of the book
52      to be of any use, measure the time it takes to build this package from
53      the configuration, up to and including the first install. To achieve
54      this easily, wrap the four commands in a <command>time</command>
55      command like this: <userinput>time { ./configure ... &amp;&amp; ...
56      &amp;&amp; ... &amp;&amp; make install; }</userinput>.</para>
57    </note>
58
59    -->
60
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62    href="../common/binutils.xml"
63    xpointer="xpointer(//*[@os='i'])"/>
64
65<screen><userinput>CC="${CC} ${BUILD64}" \
66     ../binutils-&binutils-version;/configure --prefix=/tools \
67     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
68     --disable-nls --enable-shared --enable-64-bit-bfd \
69     --disable-multilib</userinput></screen>
70
71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72    href="../multilib/binutils.xml"
73    xpointer="xpointer(//*[@os='ea'])"/>
74
75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76    href="../common/binutils.xml"
77    xpointer="xpointer(//*[@os='be'])"/>
78
79    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80    href="../common/binutils.xml"
81    xpointer="xpointer(//*[@os='bf'])"/>
82
83    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84    href="../common/binutils.xml"
85    xpointer="xpointer(//*[@os='bg'])"/>
86
87    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
88    href="../common/binutils.xml"
89    xpointer="xpointer(//*[@os='bh'])"/>
90
91  </sect2>
92
93  <sect2 role="content">
94    <title/>
95
96    <para>Details on this package are located in <xref
97    linkend="contents-binutils" role="."/></para>
98
99  </sect2>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.