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 |
|
---|
8 | <!-- ARM GCC-Final -->
|
---|
9 |
|
---|
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"
|
---|
21 | href="../common/gcc-final.xml"
|
---|
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"
|
---|
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 |
|
---|
35 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
36 | href="../common/gcc-final.xml"
|
---|
37 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
38 |
|
---|
39 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
40 | href="../common/gcc-final.xml"
|
---|
41 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
42 |
|
---|
43 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
44 | href="../common/gcc-final.xml"
|
---|
45 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
46 |
|
---|
47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
48 | href="../common/gcc-final.xml"
|
---|
49 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
50 |
|
---|
51 | <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
|
---|
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 \
|
---|
63 | --disable-multilib \
|
---|
64 | --with-arch=${CLFS_ARM_ARCH} \
|
---|
65 | --with-mode=${CLFS_ARM_MODE} \
|
---|
66 | --with-float=${CLFS_FLOAT} \
|
---|
67 | --with-fpu=${CLFS_FPU}</userinput></screen>
|
---|
68 |
|
---|
69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
70 | href="../common/gcc-final.xml"
|
---|
71 | xpointer="xpointer(//*[@os='af'])"/>
|
---|
72 |
|
---|
73 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
74 | href="../common/gcc-final.xml"
|
---|
75 | xpointer="xpointer(//*[@os='ah'])"/>
|
---|
76 |
|
---|
77 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
78 | href="../common/gcc-final.xml"
|
---|
79 | xpointer="xpointer(//*[@os='ai'])"/>
|
---|
80 |
|
---|
81 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
82 | href="../common/gcc-final.xml"
|
---|
83 | xpointer="xpointer(//*[@os='aj'])"/>
|
---|
84 |
|
---|
85 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
86 | href="../common/gcc-final.xml"
|
---|
87 | xpointer="xpointer(//*[@os='ak'])"/>
|
---|
88 |
|
---|
89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
90 | href="../common/gcc-final.xml"
|
---|
91 | xpointer="xpointer(//*[@os='al'])"/>
|
---|
92 |
|
---|
93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
94 | href="../common/gcc-final.xml"
|
---|
95 | xpointer="xpointer(//*[@os='am'])"/>
|
---|
96 |
|
---|
97 | </sect2>
|
---|
98 |
|
---|
99 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
100 | href="../common/gcc-final.xml"
|
---|
101 | xpointer="xpointer(//*[@role='content'])"/>
|
---|
102 |
|
---|
103 | </sect1>
|
---|