source: clfs-embedded/BOOK/cross-tools/x86/gcc-final.xml@ a20c17d

Last change on this file since a20c17d was a20c17d, checked in by Andrew Bradford <bradfa@…>, 14 years ago

Added --disable-multilib to GCC-Final

All archs now have --disable-multilib for GCC-Final.
As of this commit, building this way on ARM and MIPS may produce a
toolchain with undesirable selections. This will be fixed, soon.

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[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
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[bd0ad10]28 href="../common/gcc-final.xml"
[9f0beb0]29 xpointer="xpointer(//*[@os='c'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[bd0ad10]32 href="../common/gcc-final.xml"
[9f0beb0]33 xpointer="xpointer(//*[@os='d'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[bd0ad10]36 href="../common/gcc-final.xml"
[9f0beb0]37 xpointer="xpointer(//*[@os='e'])"/>
38
39<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
40 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
41 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
42 --with-sysroot=${CLFS} --disable-nls --enable-shared \
43 --enable-languages=c --enable-c99 --enable-long-long \
44 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
[a20c17d]45 --with-mpc=${CLFS}/cross-tools --disable-multilib \
46 --with-arch=${CLFS_CPU}</userinput></screen>
[9f0beb0]47
48 <variablelist os="af">
49 <title>The meaning of the configure options not used previously:</title>
50
51 <varlistentry os="af1">
52 <term><parameter>--enable-shared</parameter></term>
53 <listitem>
54 <para>Enables the creation of the shared libraries.</para>
55 </listitem>
56 </varlistentry>
57
58 <varlistentry os="af2">
59 <term><parameter>--enable-c99</parameter></term>
60 <listitem>
61 <para>Enable C99 support for C programs.</para>
62 </listitem>
63 </varlistentry>
64
65 <varlistentry os="af3">
66 <term><parameter>--enable-long-long</parameter></term>
67 <listitem>
68 <para>Enables long long support in the compiler.</para>
69 </listitem>
70 </varlistentry>
71
72 </variablelist>
73
74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[bd0ad10]75 href="../common/gcc-final.xml"
76 xpointer="xpointer(//*[@os='ah'])"/>
[9f0beb0]77
78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[bd0ad10]79 href="../common/gcc-final.xml"
[9f0beb0]80 xpointer="xpointer(//*[@os='ai'])"/>
81
[bd0ad10]82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83 href="../common/gcc-final.xml"
84 xpointer="xpointer(//*[@os='aj'])"/>
[9f0beb0]85
[bd0ad10]86 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
87 href="../common/gcc-final.xml"
88 xpointer="xpointer(//*[@os='ak'])"/>
[9f0beb0]89
90 </sect2>
91
[bd0ad10]92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
93 href="../common/gcc-final.xml"
94 xpointer="xpointer(//*[@role='content'])"/>
95
[9f0beb0]96</sect1>
Note: See TracBrowser for help on using the repository browser.