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

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since b8a33e3 was b8a33e3, checked in by William Harrington <kb0iic@…>, 10 years ago

Add a sed for texinfo 5.x to binutils.

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