[9f0beb0] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
[bd0ad10] | 8 | <!-- x86 GCC-Final -->
|
---|
| 9 |
|
---|
[9f0beb0] | 10 | <sect1 id="ch-cross-tools-gcc-final" role="wrap">
|
---|
| 11 | <?dbhtml filename="gcc-final.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>GCC-&gcc-version; - Cross Compiler Final</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-cross-tools-gcc-final">
|
---|
| 16 | <primary sortas="a-GCC">GCC</primary>
|
---|
| 17 | <secondary>cross tools, final</secondary>
|
---|
| 18 | </indexterm>
|
---|
| 19 |
|
---|
| 20 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[bd0ad10] | 21 | href="../common/gcc-final.xml"
|
---|
[9f0beb0] | 22 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 23 |
|
---|
| 24 | <sect2 role="installation">
|
---|
| 25 | <title>Installation of GCC Cross Compiler</title>
|
---|
| 26 |
|
---|
[2b9574b] | 27 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 28 | href="../common/gcc-final.xml"
|
---|
| 29 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 30 |
|
---|
| 31 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 32 | href="../common/gcc-final.xml"
|
---|
| 33 | xpointer="xpointer(//*[@os='ba'])"/>
|
---|
| 34 |
|
---|
[9f0beb0] | 35 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[bd0ad10] | 36 | href="../common/gcc-final.xml"
|
---|
[9f0beb0] | 37 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 38 |
|
---|
| 39 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[bd0ad10] | 40 | href="../common/gcc-final.xml"
|
---|
[9f0beb0] | 41 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 42 |
|
---|
| 43 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[bd0ad10] | 44 | href="../common/gcc-final.xml"
|
---|
[9f0beb0] | 45 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 46 |
|
---|
[d38764e] | 47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 48 | href="../common/gcc-final.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 50 |
|
---|
[9f0beb0] | 51 | <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
|
---|
[54fde8f] | 52 | ../gcc-&gcc-version;/configure \
|
---|
| 53 | --prefix=${CLFS}/cross-tools \
|
---|
| 54 | --build=${CLFS_HOST} \
|
---|
| 55 | --target=${CLFS_TARGET} \
|
---|
| 56 | --host=${CLFS_HOST} \
|
---|
| 57 | --with-sysroot=${CLFS} \
|
---|
| 58 | --disable-nls \
|
---|
| 59 | --enable-shared \
|
---|
| 60 | --enable-languages=c \
|
---|
| 61 | --enable-c99 \
|
---|
| 62 | --enable-long-long \
|
---|
[2b9574b] | 63 | --disable-multilib \
|
---|
[a20c17d] | 64 | --with-arch=${CLFS_CPU}</userinput></screen>
|
---|
[9f0beb0] | 65 |
|
---|
[2a10689] | 66 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 67 | href="../common/gcc-final.xml"
|
---|
| 68 | xpointer="xpointer(//*[@os='af'])"/>
|
---|
[9f0beb0] | 69 |
|
---|
| 70 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[bd0ad10] | 71 | href="../common/gcc-final.xml"
|
---|
| 72 | xpointer="xpointer(//*[@os='ah'])"/>
|
---|
[9f0beb0] | 73 |
|
---|
| 74 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[bd0ad10] | 75 | href="../common/gcc-final.xml"
|
---|
[9f0beb0] | 76 | xpointer="xpointer(//*[@os='ai'])"/>
|
---|
| 77 |
|
---|
[bd0ad10] | 78 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 79 | href="../common/gcc-final.xml"
|
---|
| 80 | xpointer="xpointer(//*[@os='aj'])"/>
|
---|
[9f0beb0] | 81 |
|
---|
[bd0ad10] | 82 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 83 | href="../common/gcc-final.xml"
|
---|
| 84 | xpointer="xpointer(//*[@os='ak'])"/>
|
---|
[9f0beb0] | 85 |
|
---|
[c98e933] | 86 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 87 | href="../common/gcc-final.xml"
|
---|
| 88 | xpointer="xpointer(//*[@os='al'])"/>
|
---|
| 89 |
|
---|
| 90 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 91 | href="../common/gcc-final.xml"
|
---|
| 92 | xpointer="xpointer(//*[@os='am'])"/>
|
---|
| 93 |
|
---|
[9f0beb0] | 94 | </sect2>
|
---|
| 95 |
|
---|
[bd0ad10] | 96 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 97 | href="../common/gcc-final.xml"
|
---|
| 98 | xpointer="xpointer(//*[@role='content'])"/>
|
---|
| 99 |
|
---|
[9f0beb0] | 100 | </sect1>
|
---|