[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-cross-tools-gcc-final" role="wrap">
|
---|
| 9 | <?dbhtml filename="gcc-final.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>GCC-&gcc-version; - Cross Compiler Final</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-cross-tools-gcc-final">
|
---|
| 14 | <primary sortas="a-GCC">GCC</primary>
|
---|
| 15 | <secondary>cross tools, final</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[cf66ceae] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../../final-system/common/gcc.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of GCC Cross Compiler</title>
|
---|
| 24 |
|
---|
| 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 26 | href="gcc-static.xml"
|
---|
| 27 | xpointer="xpointer(//*[@os='aa'])"/>
|
---|
| 28 |
|
---|
| 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 30 | href="gcc-static.xml"
|
---|
| 31 | xpointer="xpointer(//*[@os='ab'])"/>
|
---|
| 32 |
|
---|
| 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 34 | href="gcc-static.xml"
|
---|
| 35 | xpointer="xpointer(//*[@os='ac'])"/>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="gcc-static.xml"
|
---|
| 39 | xpointer="xpointer(//*[@os='ad'])"/>
|
---|
| 40 |
|
---|
| 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 42 | href="gcc-static.xml"
|
---|
| 43 | xpointer="xpointer(//*[@os='ae'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 46 | href="gcc-static.xml"
|
---|
| 47 | xpointer="xpointer(//*[@os='af'])"/>
|
---|
| 48 |
|
---|
| 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 50 | href="gcc-static.xml"
|
---|
| 51 | xpointer="xpointer(//*[@os='ag'])"/>
|
---|
| 52 |
|
---|
| 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 54 | href="gcc-static.xml"
|
---|
| 55 | xpointer="xpointer(//*[@os='ah'])"/>
|
---|
| 56 |
|
---|
| 57 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 58 | href="gcc-static.xml"
|
---|
| 59 | xpointer="xpointer(//*[@os='ai'])"/>
|
---|
| 60 |
|
---|
| 61 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 62 | href="gcc-static.xml"
|
---|
| 63 | xpointer="xpointer(//*[@os='aj'])"/>
|
---|
| 64 |
|
---|
[9172172] | 65 | <para os="bd">Finally, disable <option>-B</option> in
|
---|
| 66 | <filename>configure</filename> so wrong architecture libraries are not
|
---|
| 67 | picked up, as -B is not expanded by the multilib spec:</para>
|
---|
[3f8be484] | 68 |
|
---|
[0b637f1] | 69 | <screen os="be"><userinput>cp -v configure{,.orig}
|
---|
[d018b81] | 70 | sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \
|
---|
| 71 | configure</userinput></screen>
|
---|
[3f8be484] | 72 |
|
---|
| 73 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 74 | href="gcc-static.xml"
|
---|
| 75 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 76 |
|
---|
| 77 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 78 | href="gcc-static.xml"
|
---|
| 79 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 80 |
|
---|
| 81 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 82 | href="gcc-static.xml"
|
---|
| 83 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 84 |
|
---|
[bc2e3fa] | 85 | <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
|
---|
[07114c98] | 86 | --target=${CLFS_TARGET} --host=${CLFS_HOST} \
|
---|
[3f8be484] | 87 | --with-local-prefix=/tools --disable-nls --enable-shared \
|
---|
| 88 | --enable-languages=c,c++ --enable-__cxa_atexit \
|
---|
| 89 | --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
|
---|
| 90 |
|
---|
| 91 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 92 | href="../x86/gcc-final.xml"
|
---|
[d55f00bc] | 93 | xpointer="xpointer(//*[@os='bg'])"/>
|
---|
[3f8be484] | 94 |
|
---|
[d55f00bc] | 95 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 96 | href="../x86/gcc-final.xml"
|
---|
| 97 | xpointer="xpointer(//*[@os='bh'])"/>
|
---|
[3f8be484] | 98 |
|
---|
[d55f00bc] | 99 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 100 | href="../x86/gcc-final.xml"
|
---|
| 101 | xpointer="xpointer(//*[@os='bi'])"/>
|
---|
[3f8be484] | 102 |
|
---|
[d55f00bc] | 103 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 104 | href="../x86/gcc-final.xml"
|
---|
| 105 | xpointer="xpointer(//*[@os='bj'])"/>
|
---|
[3f8be484] | 106 |
|
---|
[d55f00bc] | 107 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 108 | href="../x86/gcc-final.xml"
|
---|
| 109 | xpointer="xpointer(//*[@os='bk'])"/>
|
---|
[3f8be484] | 110 |
|
---|
| 111 | </sect2>
|
---|
| 112 |
|
---|
| 113 | <sect2 role="content">
|
---|
| 114 | <title/>
|
---|
| 115 |
|
---|
| 116 | <para>Details on this package are located in <xref
|
---|
| 117 | linkend="contents-gcc" role="."/></para>
|
---|
| 118 |
|
---|
| 119 | </sect2>
|
---|
| 120 |
|
---|
| 121 | </sect1>
|
---|