[b7f5467] | 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 |
|
---|
[ae51e2a] | 8 | <!-- x86 GCC-Static -->
|
---|
| 9 |
|
---|
[b7f5467] | 10 | <sect1 id="ch-cross-tools-gcc-static" role="wrap">
|
---|
| 11 | <?dbhtml filename="gcc-static.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>Cross GCC-&gcc-version; - Static</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-cross-tools-gcc-static">
|
---|
| 16 | <primary sortas="a-GCC">GCC</primary>
|
---|
| 17 | <secondary>cross tools, static</secondary>
|
---|
| 18 | </indexterm>
|
---|
| 19 |
|
---|
[ae51e2a] | 20 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 21 | href="../common/gcc-static.xml"
|
---|
| 22 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[b7f5467] | 23 |
|
---|
| 24 | <sect2 role="installation">
|
---|
[ae51e2a] | 25 |
|
---|
| 26 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 27 | href="../common/gcc-static.xml"
|
---|
| 28 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
[b7f5467] | 29 |
|
---|
| 30 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 31 | href="../common/gcc-static.xml"
|
---|
| 32 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 33 |
|
---|
| 34 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 35 | href="../common/gcc-static.xml"
|
---|
| 36 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 37 |
|
---|
| 38 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 39 | href="../common/gcc-static.xml"
|
---|
| 40 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 41 |
|
---|
| 42 | <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
|
---|
| 43 | ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
|
---|
| 44 | --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
|
---|
| 45 | --with-sysroot=${CLFS} --disable-nls --disable-shared \
|
---|
| 46 | --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
|
---|
| 47 | --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \
|
---|
| 48 | --disable-decimal-float --disable-libgomp --disable-libmudflap \
|
---|
| 49 | --disable-libssp --disable-threads --enable-languages=c \
|
---|
[0f33b23] | 50 | --disable-multilib --with-arch=${CLFS_CPU}</userinput></screen>
|
---|
[b7f5467] | 51 |
|
---|
[ae51e2a] | 52 | <!-- Common configure switches for all archs -->
|
---|
| 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 54 | href="../common/gcc-static.xml"
|
---|
| 55 | xpointer="xpointer(//*[@os='af'])"/>
|
---|
[b7f5467] | 56 |
|
---|
[ae51e2a] | 57 | <!-- Specific configure switches for x86 -->
|
---|
| 58 | <variablelist os="ag">
|
---|
[b7f5467] | 59 |
|
---|
[ae51e2a] | 60 | <varlistentry os="ag1">
|
---|
| 61 | <term><parameter>--with-arch=${CLFS_CPU}</parameter></term>
|
---|
| 62 | <listitem>
|
---|
| 63 | <para>This option configures the cross compiler to only output
|
---|
| 64 | instructions for our previously selected CPU.</para>
|
---|
| 65 | </listitem>
|
---|
| 66 | </varlistentry>
|
---|
[b7f5467] | 67 |
|
---|
[ae51e2a] | 68 | </variablelist>
|
---|
[b7f5467] | 69 |
|
---|
| 70 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 71 | href="../common/gcc-static.xml"
|
---|
| 72 | xpointer="xpointer(//*[@os='ah'])"/>
|
---|
| 73 |
|
---|
| 74 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 75 | href="../common/gcc-static.xml"
|
---|
| 76 | xpointer="xpointer(//*[@os='ai'])"/>
|
---|
| 77 |
|
---|
| 78 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 79 | href="../common/gcc-static.xml"
|
---|
| 80 | xpointer="xpointer(//*[@os='aj'])"/>
|
---|
| 81 |
|
---|
[ae51e2a] | 82 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 83 | href="../common/gcc-static.xml"
|
---|
| 84 | xpointer="xpointer(//*[@os='ak'])"/>
|
---|
[b7f5467] | 85 |
|
---|
| 86 | </sect2>
|
---|
| 87 |
|
---|
[ae51e2a] | 88 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 89 | href="../common/gcc-static.xml"
|
---|
| 90 | xpointer="xpointer(//*[@role='content'])"/>
|
---|
| 91 |
|
---|
[b7f5467] | 92 | </sect1>
|
---|