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

sysvinit
Last change on this file since df66304 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
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]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
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d0c5f50]19 href="../../final-system/common/binutils.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
23 <title>Installation of Binutils</title>
24
[e61fedb]25<!-- Branch update patch area
[3e0fdeb]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'])"/>
[e61fedb]33-->
[3e0fdeb]34
[dabbced]35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]36 href="../../final-system/common/binutils.xml"
37 xpointer="xpointer(//*[@os='g'])"/>
38
[dabbced]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]40 href="../../final-system/common/binutils.xml"
41 xpointer="xpointer(//*[@os='h'])"/>
42
[dabbced]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]44 href="../../final-system/common/binutils.xml"
45 xpointer="xpointer(//*[@os='i'])"/>
46
[40ce7b8]47<screen os="j"><userinput>../binutils-&binutils-dir;/configure --prefix=/tools \
[07114c98]48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
[d8b9d99]49 --with-lib-path=/tools/lib --disable-nls --enable-shared \
[e15ed01d]50 --disable-multilib --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
[3f8be484]51
[74532ff]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
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]67 href="../../cross-tools/common/binutils.xml"
68 xpointer="xpointer(//*[@os='be'])"/>
69
[dabbced]70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]71 href="../../cross-tools/common/binutils.xml"
72 xpointer="xpointer(//*[@os='bf'])"/>
73
[dabbced]74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]75 href="../../cross-tools/common/binutils.xml"
[ed8de1a]76 xpointer="xpointer(//*[@os='bh'])"/>
[3f8be484]77
[dabbced]78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc2e3fa]79 href="../../cross-tools/common/binutils.xml"
80 xpointer="xpointer(//*[@os='bi'])"/>
[3f8be484]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.