source: BOOK/temp-system/sparc/binutils.xml @ 64b1923

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 64b1923 was 64b1923, checked in by Jim Gifford <clfs@…>, 18 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    <para os="da">It is important that Binutils be the first package compiled
28    because both Glibc and GCC perform various tests on the available
29    linker and assembler to determine which of their own features to
30    enable.</para>
31
32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33    href="../../cross-tools/common/binutils.xml"
34    xpointer="xpointer(//*[@os='ba'])"/>
35
36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37    href="../../cross-tools/common/binutils.xml"
38    xpointer="xpointer(//*[@os='bb'])"/>
39
40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41    href="../../final-system/sparc/binutils.xml"
42    xpointer="xpointer(//*[@os='s1'])"/>
43
44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45    href="../../final-system/sparc/binutils.xml"
46    xpointer="xpointer(//*[@os='s2'])"/>
47
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49    href="../../final-system/sparc/binutils.xml"
50    xpointer="xpointer(//*[@os='s3'])"/>
51
52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
53    href="../../final-system/sparc/binutils.xml"
54    xpointer="xpointer(//*[@os='s4'])"/>
55
56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57    href="../../final-system/common/binutils.xml"
58    xpointer="xpointer(//*[@os='g'])"/>
59
60    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61    href="../../final-system/common/binutils.xml"
62    xpointer="xpointer(//*[@os='h'])"/>
63
64    <!-- To be moved to their proper file (or full removed) when decided
65    how to manage SBUs
66
67    <note>
68      <para>In order for the SBU values listed in the rest of the book
69      to be of any use, measure the time it takes to build this package from
70      the configuration, up to and including the first install. To achieve
71      this easily, wrap the four commands in a <command>time</command>
72      command like this: <userinput>time { ./configure ... &amp;&amp; ...
73      &amp;&amp; ... &amp;&amp; make install; }</userinput>.</para>
74    </note>
75
76    -->
77
78    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79    href="../../final-system/common/binutils.xml"
80    xpointer="xpointer(//*[@os='i'])"/>
81
82<screen><userinput>../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</userinput></screen>
85
86    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
87    href="../../cross-tools/common/binutils.xml"
88    xpointer="xpointer(//*[@os='be'])"/>
89
90    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
91    href="../../cross-tools/common/binutils.xml"
92    xpointer="xpointer(//*[@os='bf'])"/>
93
94    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
95    href="../../cross-tools/common/binutils.xml"
96    xpointer="xpointer(//*[@os='bg'])"/>
97
98    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
99    href="../../cross-tools/common/binutils.xml"
100    xpointer="xpointer(//*[@os='bh'])"/>
101
102  </sect2>
103
104  <sect2 role="content">
105    <title/>
106
107    <para>Details on this package are located in <xref
108    linkend="contents-binutils" role="."/></para>
109
110  </sect2>
111
112</sect1>
Note: See TracBrowser for help on using the repository browser.