source: BOOK/temp-system/64/binutils.xml@ 078b277

clfs-3.0.0-systemd systemd
Last change on this file since 078b277 was d103311, checked in by Chris Staub <chris@…>, 10 years ago

Added BUILD64 to new page in temp-system/64, and removed it from temp-system and boot package pages

  • Property mode set to 100644
File size: 2.4 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"
[d772cfe]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-->
[dabbced]34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]35 href="../common/binutils.xml"
36 xpointer="xpointer(//*[@os='g'])"/>
37
[dabbced]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]39 href="../common/binutils.xml"
40 xpointer="xpointer(//*[@os='h'])"/>
41
[dabbced]42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]43 href="../common/binutils.xml"
44 xpointer="xpointer(//*[@os='i'])"/>
45
[d103311]46<screen os="j"><userinput>../binutils-&binutils-dir;/configure \
[384af06]47 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
[d8b9d99]48 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \
[822ffd4]49 --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen>
[3f8be484]50
[dabbced]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]52 href="../common/binutils.xml"
53 xpointer="xpointer(//*[@os='be'])"/>
54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]56 href="../common/binutils.xml"
57 xpointer="xpointer(//*[@os='bf'])"/>
58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]60 href="../common/binutils.xml"
[ed8de1a]61 xpointer="xpointer(//*[@os='bh'])"/>
[3f8be484]62
[dabbced]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]64 href="../common/binutils.xml"
[ed8de1a]65 xpointer="xpointer(//*[@os='bi'])"/>
[3f8be484]66
67 </sect2>
68
69 <sect2 role="content">
70 <title/>
71
72 <para>Details on this package are located in <xref
73 linkend="contents-binutils" role="."/></para>
74
75 </sect2>
76
77</sect1>
Note: See TracBrowser for help on using the repository browser.