source: temp-system/common/binutils.xml@ e53db169

Last change on this file since e53db169 was 54f43c8, checked in by Jim Gifford <clfs@…>, 19 years ago

r669@server (orig r667): manuel | 2005-11-08 15:43:49 -0800
Finished SBUs and DUs removal.

  • Property mode set to 100644
File size: 2.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 <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/common/binutils.xml"
42 xpointer="xpointer(//*[@os='g'])"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45 href="../../final-system/common/binutils.xml"
46 xpointer="xpointer(//*[@os='h'])"/>
47
48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49 href="../../final-system/common/binutils.xml"
50 xpointer="xpointer(//*[@os='i'])"/>
51
52<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
53 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
54 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
55
56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57 href="../../cross-tools/common/binutils.xml"
58 xpointer="xpointer(//*[@os='be'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61 href="../../cross-tools/common/binutils.xml"
62 xpointer="xpointer(//*[@os='bf'])"/>
63
64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65 href="../../cross-tools/common/binutils.xml"
66 xpointer="xpointer(//*[@os='bg'])"/>
67
68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69 href="../../cross-tools/common/binutils.xml"
70 xpointer="xpointer(//*[@os='bh'])"/>
71
72 </sect2>
73
74 <sect2 role="content">
75 <title/>
76
77 <para>Details on this package are located in <xref
78 linkend="contents-binutils" role="."/></para>
79
80 </sect2>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.