source: BOOK/cross-tools/mips64-64/gcc-final.xml@ e70ebe86

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e70ebe86 was e05c4f0, checked in by Jonathan <nate@…>, 13 years ago

Added gcc 4.6.0-branch_update-1.patch to all archs

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[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
[1da2a84]11 <title>Cross GCC-&gcc-version; - Final</title>
[3f8be484]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
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cf66ceae]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
[e05c4f0]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26 href="gcc-static.xml"
27 xpointer="xpointer(//*[@os='p1'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30 href="gcc-static.xml"
31 xpointer="xpointer(//*[@os='p2'])"/>
32
33
[dabbced]34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]35 href="gcc-static.xml"
36 xpointer="xpointer(//*[@os='aa'])"/>
37
[dabbced]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]39 href="gcc-static.xml"
40 xpointer="xpointer(//*[@os='ab'])"/>
41
[dabbced]42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]43 href="gcc-static.xml"
44 xpointer="xpointer(//*[@os='ag'])"/>
45
[dabbced]46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]47 href="gcc-static.xml"
48 xpointer="xpointer(//*[@os='ah'])"/>
49
[dabbced]50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]51 href="gcc-static.xml"
52 xpointer="xpointer(//*[@os='ai'])"/>
53
[dabbced]54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]55 href="gcc-static.xml"
56 xpointer="xpointer(//*[@os='aj'])"/>
57
[dabbced]58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]59 href="gcc-static.xml"
60 xpointer="xpointer(//*[@os='f'])"/>
61
[dabbced]62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]63 href="gcc-static.xml"
64 xpointer="xpointer(//*[@os='g'])"/>
65
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]67 href="gcc-static.xml"
68 xpointer="xpointer(//*[@os='h'])"/>
69
[c1832da]70<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \
72 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
73 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
74 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
75 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
[fd54d80]76 --with-ppl=/cross-tools --with-cloog=/cross-tools \
[c1832da]77 --enable-long-long --enable-threads=posix --with-abi=64</userinput></screen>
[3f8be484]78
[d55f00bc]79 <variablelist os="bg">
[3f8be484]80 <title>The meaning of the new configure options:</title>
81
82 <varlistentry>
83 <term><parameter>--with-abi=64</parameter></term>
84 <listitem>
85 <para>This option do ...</para>
86 </listitem>
87 </varlistentry>
88
[dabbced]89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]90 href="../common/gcc-final.xml"
[d55f00bc]91 xpointer="xpointer(//*[@os='bg1'])"/>
[3f8be484]92
[dabbced]93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]94 href="../common/gcc-final.xml"
[d55f00bc]95 xpointer="xpointer(//*[@os='bg2'])"/>
[3f8be484]96
[dabbced]97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]98 href="../common/gcc-final.xml"
[d55f00bc]99 xpointer="xpointer(//*[@os='bg3'])"/>
[3f8be484]100
[dabbced]101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]102 href="../common/gcc-final.xml"
[d55f00bc]103 xpointer="xpointer(//*[@os='bg4'])"/>
[3f8be484]104
[dabbced]105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]106 href="../common/gcc-final.xml"
[d55f00bc]107 xpointer="xpointer(//*[@os='bg5'])"/>
[3f8be484]108
109 </variablelist>
110
[dabbced]111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]112 href="../common/gcc-final.xml"
[d55f00bc]113 xpointer="xpointer(//*[@os='bh'])"/>
[3f8be484]114
[dabbced]115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]116 href="../common/gcc-final.xml"
[d55f00bc]117 xpointer="xpointer(//*[@os='bi'])"/>
[3f8be484]118
[dabbced]119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]120 href="../common/gcc-final.xml"
[d55f00bc]121 xpointer="xpointer(//*[@os='bj'])"/>
[3f8be484]122
[dabbced]123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a9f0cdb]124 href="../common/gcc-final.xml"
[d55f00bc]125 xpointer="xpointer(//*[@os='bk'])"/>
[3f8be484]126
127 </sect2>
128
129 <sect2 role="content">
130 <title/>
131
132 <para>Details on this package are located in <xref
133 linkend="contents-gcc" role="."/></para>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.