source: BOOK/temp-system/common/binutils.xml@ ccd0ce3

sysvinit
Last change on this file since ccd0ce3 was e15ed01d, checked in by William Harrington <kb0iic@…>, 9 years ago

Upgrade to Binutils 2.25.1 from 2.24 and add gold and plugin support.

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-temp-system-binutils" role="wrap">
9 <?dbhtml filename="binutils.html"?>
10
11 <title>Binutils-&binutils-version;</title>
12
13 <indexterm zone="ch-temp-system-binutils">
14 <primary sortas="a-Binutils">Binutils</primary>
15 <secondary>temporary system</secondary>
16 </indexterm>
17
18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
19 href="../../final-system/common/binutils.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
23 <title>Installation of Binutils</title>
24
25<!-- Branch update patch area
26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
27 href="../../final-system/common/binutils.xml"
28 xpointer="xpointer(//*[@os='p1'])"/>
29
30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
31 href="../../final-system/common/binutils.xml"
32 xpointer="xpointer(//*[@os='p2'])"/>
33-->
34
35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
36 href="../../final-system/common/binutils.xml"
37 xpointer="xpointer(//*[@os='g'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
40 href="../../final-system/common/binutils.xml"
41 xpointer="xpointer(//*[@os='h'])"/>
42
43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
44 href="../../final-system/common/binutils.xml"
45 xpointer="xpointer(//*[@os='i'])"/>
46
47<screen os="j"><userinput>../binutils-&binutils-dir;/configure --prefix=/tools \
48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
49 --with-lib-path=/tools/lib --disable-nls --enable-shared \
50 --disable-multilib --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
51
52 <variablelist os="k">
53 <title>The meaning of the new configure option:</title>
54
55 <varlistentry>
56 <term><parameter>--enable-shared</parameter></term>
57 <listitem>
58 <para>When this is specified, Binutils will create a shared
59 <filename class="libraryfile">libbfd</filename> and link its programs
60 to it.</para>
61 </listitem>
62 </varlistentry>
63
64 </variablelist>
65
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67 href="../../cross-tools/common/binutils.xml"
68 xpointer="xpointer(//*[@os='be'])"/>
69
70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71 href="../../cross-tools/common/binutils.xml"
72 xpointer="xpointer(//*[@os='bf'])"/>
73
74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
75 href="../../cross-tools/common/binutils.xml"
76 xpointer="xpointer(//*[@os='bh'])"/>
77
78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
79 href="../../cross-tools/common/binutils.xml"
80 xpointer="xpointer(//*[@os='bi'])"/>
81
82 </sect2>
83
84 <sect2 role="content">
85 <title/>
86
87 <para>Details on this package are located in <xref
88 linkend="contents-binutils" role="."/></para>
89
90 </sect2>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.