[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 | %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 |
|
---|
[48f8316] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../../final-system/common/gcc.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[bf8c11f] | 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 |
|
---|
[4c2d76e] | 65 | <para os="bd">Finally, disable <option>-B</option> in <filename>configure</filename>,
|
---|
[49aa474f] | 66 | so wrong architecture libraries are not picked up as -B is not expanded by the multilib spec.:</para>
|
---|
[bf8c11f] | 67 |
|
---|
[4c2d76e] | 68 | <screen os="be"><userinput>cp configure{,.orig}
|
---|
| 69 | sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen>
|
---|
[bf8c11f] | 70 |
|
---|
| 71 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 72 | href="gcc-static.xml"
|
---|
| 73 | xpointer="xpointer(//*[@os='ak'])"/>
|
---|
| 74 |
|
---|
| 75 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 76 | href="gcc-static.xml"
|
---|
| 77 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 78 |
|
---|
| 79 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 80 | href="gcc-static.xml"
|
---|
| 81 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 82 |
|
---|
| 83 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 84 | href="gcc-static.xml"
|
---|
| 85 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 86 |
|
---|
[1b823a37] | 87 | <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
|
---|
[bf8c11f] | 88 | --target=${LFS_TARGET} --host=${LFS_HOST} \
|
---|
| 89 | --with-local-prefix=/tools --disable-nls --enable-shared \
|
---|
| 90 | --enable-languages=c,c++ --enable-__cxa_atexit \
|
---|
| 91 | --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
|
---|
| 92 |
|
---|
| 93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 94 | href="../x86/gcc-final.xml"
|
---|
[1b823a37] | 95 | xpointer="xpointer(//*[@os='bg'])"/>
|
---|
[bf8c11f] | 96 |
|
---|
[1b823a37] | 97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 98 | href="../x86/gcc-final.xml"
|
---|
| 99 | xpointer="xpointer(//*[@os='bh'])"/>
|
---|
[bf8c11f] | 100 |
|
---|
[1b823a37] | 101 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 102 | href="../x86/gcc-final.xml"
|
---|
| 103 | xpointer="xpointer(//*[@os='bi'])"/>
|
---|
[bf8c11f] | 104 |
|
---|
[1b823a37] | 105 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 106 | href="../x86/gcc-final.xml"
|
---|
| 107 | xpointer="xpointer(//*[@os='bj'])"/>
|
---|
[bf8c11f] | 108 |
|
---|
[1b823a37] | 109 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 110 | href="../x86/gcc-final.xml"
|
---|
| 111 | xpointer="xpointer(//*[@os='bk'])"/>
|
---|
[bf8c11f] | 112 |
|
---|
| 113 | </sect2>
|
---|
| 114 |
|
---|
| 115 | <sect2 role="content">
|
---|
| 116 | <title/>
|
---|
| 117 |
|
---|
| 118 | <para>Details on this package are located in <xref
|
---|
| 119 | linkend="contents-gcc" role="."/></para>
|
---|
| 120 |
|
---|
| 121 | </sect2>
|
---|
| 122 |
|
---|
| 123 | </sect1>
|
---|