source: BOOK/temp-system/multilib/binutils.xml@ ef82cd3

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since ef82cd3 was e61fedb, checked in by William Harrington <kb0iic@…>, 12 years ago

Comment out binutils branch update entries.

  • Property mode set to 100644
File size: 2.8 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"
[ed21eaf]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="../common/binutils.xml"
37 xpointer="xpointer(//*[@os='g'])"/>
38
[dabbced]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]40 href="../common/binutils.xml"
41 xpointer="xpointer(//*[@os='h'])"/>
42
[dabbced]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]44 href="../common/binutils.xml"
45 xpointer="xpointer(//*[@os='i'])"/>
46
[40ce7b8]47<screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-dir;/configure \
[d8b9d99]48 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \
[384af06]49 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
[822ffd4]50 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
[3f8be484]51
52 <variablelist os="ea">
53 <title>The meaning of the new configure options:</title>
54
55 <varlistentry>
56 <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
57 <listitem>
[9172172]58 <para>Tells the compiler to use our 64-bit build flags.</para>
[3f8be484]59 </listitem>
60 </varlistentry>
61
62 </variablelist>
63
[dabbced]64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]65 href="../common/binutils.xml"
66 xpointer="xpointer(//*[@os='be'])"/>
67
[dabbced]68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]69 href="../common/binutils.xml"
70 xpointer="xpointer(//*[@os='bf'])"/>
71
[dabbced]72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]73 href="../common/binutils.xml"
[ed8de1a]74 xpointer="xpointer(//*[@os='bh'])"/>
[3f8be484]75
[dabbced]76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]77 href="../common/binutils.xml"
[ed8de1a]78 xpointer="xpointer(//*[@os='bi'])"/>
[3f8be484]79
80 </sect2>
81
82 <sect2 role="content">
83 <title/>
84
85 <para>Details on this package are located in <xref
86 linkend="contents-binutils" role="."/></para>
87
88 </sect2>
89
90</sect1>
Note: See TracBrowser for help on using the repository browser.