[bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | <!ENTITY % patches-entities SYSTEM "../../patches.ent">
|
---|
| 6 | %general-entities;
|
---|
| 7 | %patches-entities;
|
---|
| 8 | ]>
|
---|
| 9 |
|
---|
| 10 | <sect1 id="ch-temp-system-binutils" role="wrap">
|
---|
| 11 | <?dbhtml filename="binutils.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>Binutils-&binutils-version;</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-temp-system-binutils">
|
---|
| 16 | <primary sortas="a-Binutils">Binutils</primary>
|
---|
| 17 | <secondary>temporary system</secondary>
|
---|
| 18 | </indexterm>
|
---|
| 19 |
|
---|
[30bc2ab] | 20 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 21 | href="../../final-system/common/binutils.xml"
|
---|
| 22 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[bf8c11f] | 23 |
|
---|
| 24 | <sect2 role="installation">
|
---|
| 25 | <title>Installation of Binutils</title>
|
---|
| 26 |
|
---|
| 27 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 28 | href="../common/binutils.xml"
|
---|
| 29 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
| 30 |
|
---|
| 31 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 32 | href="../common/binutils.xml"
|
---|
| 33 | xpointer="xpointer(//*[@os='ba'])"/>
|
---|
| 34 |
|
---|
| 35 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 36 | href="../common/binutils.xml"
|
---|
| 37 | xpointer="xpointer(//*[@os='bb'])"/>
|
---|
| 38 |
|
---|
| 39 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 40 | href="../common/binutils.xml"
|
---|
| 41 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 42 |
|
---|
| 43 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 44 | href="../common/binutils.xml"
|
---|
| 45 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 46 |
|
---|
| 47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 48 | href="../common/binutils.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 50 |
|
---|
| 51 | <screen><userinput>CC="${CC} ${BUILD64}" \
|
---|
| 52 | ../binutils-&binutils-version;/configure --prefix=/tools \
|
---|
| 53 | --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
|
---|
| 54 | --disable-nls --enable-shared --enable-64-bit-bfd \
|
---|
| 55 | --disable-multilib</userinput></screen>
|
---|
| 56 |
|
---|
| 57 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 58 | href="../multilib/binutils.xml"
|
---|
| 59 | xpointer="xpointer(//*[@os='ea'])"/>
|
---|
| 60 |
|
---|
| 61 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 62 | href="../common/binutils.xml"
|
---|
| 63 | xpointer="xpointer(//*[@os='be'])"/>
|
---|
| 64 |
|
---|
| 65 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 66 | href="../common/binutils.xml"
|
---|
| 67 | xpointer="xpointer(//*[@os='bf'])"/>
|
---|
| 68 |
|
---|
| 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 70 | href="../common/binutils.xml"
|
---|
| 71 | xpointer="xpointer(//*[@os='bg'])"/>
|
---|
| 72 |
|
---|
| 73 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 74 | href="../common/binutils.xml"
|
---|
| 75 | xpointer="xpointer(//*[@os='bh'])"/>
|
---|
| 76 |
|
---|
| 77 | </sect2>
|
---|
| 78 |
|
---|
| 79 | <sect2 role="content">
|
---|
| 80 | <title/>
|
---|
| 81 |
|
---|
| 82 | <para>Details on this package are located in <xref
|
---|
| 83 | linkend="contents-binutils" role="."/></para>
|
---|
| 84 |
|
---|
| 85 | </sect2>
|
---|
| 86 |
|
---|
| 87 | </sect1>
|
---|