source: BOOK/temp-system/sparc64-64/binutils.xml@ 0babf98

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0babf98 was 64b1923, checked in by Jim Gifford <clfs@…>, 19 years ago

r660@server (orig r658): manuel | 2005-11-08 13:08:26 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 4.

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