[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 |
|
---|
[ed21eaf] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 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 |
|
---|
| 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 26 | href="../common/binutils.xml"
|
---|
| 27 | xpointer="xpointer(//*[@os='ba'])"/>
|
---|
| 28 |
|
---|
| 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 30 | href="../common/binutils.xml"
|
---|
| 31 | xpointer="xpointer(//*[@os='bb'])"/>
|
---|
| 32 |
|
---|
| 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 34 | href="../../final-system/multilib/binutils.xml"
|
---|
| 35 | xpointer="xpointer(//*[@os='aa'])"/>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../../final-system/multilib/binutils.xml"
|
---|
| 39 | xpointer="xpointer(//*[@os='ab'])"/>
|
---|
| 40 |
|
---|
[1c836291] | 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 42 | href="../common/binutils.xml"
|
---|
| 43 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 46 | href="../common/binutils.xml"
|
---|
| 47 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
| 48 |
|
---|
[3f8be484] | 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 50 | href="../common/binutils.xml"
|
---|
| 51 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 52 |
|
---|
| 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 54 | href="../common/binutils.xml"
|
---|
| 55 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 56 |
|
---|
| 57 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 58 | href="../common/binutils.xml"
|
---|
| 59 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 60 |
|
---|
[6349cfd8] | 61 | <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \
|
---|
[d8b9d99] | 62 | --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \
|
---|
[384af06] | 63 | --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
|
---|
| 64 | --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
|
---|
[3f8be484] | 65 |
|
---|
| 66 | <variablelist os="ea">
|
---|
| 67 | <title>The meaning of the new configure options:</title>
|
---|
| 68 |
|
---|
| 69 | <varlistentry>
|
---|
| 70 | <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
|
---|
| 71 | <listitem>
|
---|
[9172172] | 72 | <para>Tells the compiler to use our 64-bit build flags.</para>
|
---|
[3f8be484] | 73 | </listitem>
|
---|
| 74 | </varlistentry>
|
---|
| 75 |
|
---|
| 76 | </variablelist>
|
---|
| 77 |
|
---|
| 78 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 79 | href="../common/binutils.xml"
|
---|
| 80 | xpointer="xpointer(//*[@os='be'])"/>
|
---|
| 81 |
|
---|
| 82 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 83 | href="../common/binutils.xml"
|
---|
| 84 | xpointer="xpointer(//*[@os='bf'])"/>
|
---|
| 85 |
|
---|
| 86 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 87 | href="../common/binutils.xml"
|
---|
[ed8de1a] | 88 | xpointer="xpointer(//*[@os='bh'])"/>
|
---|
[3f8be484] | 89 |
|
---|
| 90 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 91 | href="../common/binutils.xml"
|
---|
[ed8de1a] | 92 | xpointer="xpointer(//*[@os='bi'])"/>
|
---|
[3f8be484] | 93 |
|
---|
| 94 | </sect2>
|
---|
| 95 |
|
---|
| 96 | <sect2 role="content">
|
---|
| 97 | <title/>
|
---|
| 98 |
|
---|
| 99 | <para>Details on this package are located in <xref
|
---|
| 100 | linkend="contents-binutils" role="."/></para>
|
---|
| 101 |
|
---|
| 102 | </sect2>
|
---|
| 103 |
|
---|
| 104 | </sect1>
|
---|