source: clfs-embedded/BOOK/cross-tools/arm/gcc-static.xml@ 57785d5

Last change on this file since 57785d5 was 94e2400, checked in by Andrew Bradford <andrew@…>, 11 years ago

Use ${CLFS}/cross-tools/${CLFS_TARGET} as sysroot dir

BUG: This uses ${CLFS_TARGET} before it is exported within materials
chapter for creating the sysroot directory!

  • Property mode set to 100644
File size: 4.6 KB
Line 
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-Static -->
9
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
20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../common/gcc-static.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
23
24 <sect2 role="installation">
25
26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
27 href="../common/gcc-static.xml"
28 xpointer="xpointer(//*[@os='a'])"/>
29
30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
31 href="../common/gcc-static.xml"
32 xpointer="xpointer(//*[@os='aa'])"/>
33
34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
35 href="../common/gcc-static.xml"
36 xpointer="xpointer(//*[@os='ab'])"/>
37
38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
39 href="../common/gcc-static.xml"
40 xpointer="xpointer(//*[@os='b'])"/>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="../common/gcc-static.xml"
44 xpointer="xpointer(//*[@os='ba'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="../common/gcc-static.xml"
48 xpointer="xpointer(//*[@os='c'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="../common/gcc-static.xml"
52 xpointer="xpointer(//*[@os='d'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="../common/gcc-static.xml"
56 xpointer="xpointer(//*[@os='e'])"/>
57
58<screen os="ae"><userinput>../gcc-&gcc-version;/configure \
59 --prefix=${CLFS}/cross-tools \
60 --build=${CLFS_HOST} \
61 --host=${CLFS_HOST} \
62 --target=${CLFS_TARGET} \
63 --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
64 --disable-nls \
65 --disable-shared \
66 --without-headers \
67 --with-newlib \
68 --disable-decimal-float \
69 --disable-libgomp \
70 --disable-libmudflap \
71 --disable-libssp \
72 --disable-libatomic \
73 --disable-libquadmath \
74 --disable-threads \
75 --enable-languages=c \
76 --disable-multilib \
77 --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
78 --with-mpfr-lib=$(pwd)/mpfr/src/.libs \
79 --with-arch=${CLFS_ARM_ARCH} \
80 --with-mode=${CLFS_ARM_MODE} \
81 --with-float=${CLFS_FLOAT} \
82 --with-fpu=${CLFS_FPU}</userinput></screen>
83
84<!-- Common configure switches for all archs -->
85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
86 href="../common/gcc-static.xml"
87 xpointer="xpointer(//*[@os='af'])"/>
88
89<!-- Specific configure switches for ARM -->
90 <variablelist os="ag">
91
92 <varlistentry os="ag1">
93 <term><parameter>--with-abi=${CLFS_ABI}</parameter></term>
94 <listitem>
95 <para>This option sets the ABI selected earlier.</para>
96 </listitem>
97 </varlistentry>
98 <varlistentry os="ag2">
99 <term><parameter>--with-arch=${CLFS_ARM_ARCH}</parameter></term>
100 <listitem>
101 <para>This option sets the ARM architecture selected earlier.</para>
102 </listitem>
103 </varlistentry>
104 <varlistentry os="ag3">
105 <term><parameter>--with-mode=${CLFS_ARM_MODE}</parameter></term>
106 <listitem>
107 <para>This option sets the ARM mode (arm or thumb) selected earlier.</para>
108 </listitem>
109 </varlistentry>
110 <varlistentry os="ag4">
111 <term><parameter>--with-float=${CLFS_FLOAT}</parameter></term>
112 <listitem>
113 <para>This option sets the floating point mode selected earlier.</para>
114 </listitem>
115 </varlistentry>
116 <varlistentry os="ag5">
117 <term><parameter>--with-fpu=${CLFS_FPU}</parameter></term>
118 <listitem>
119 <para>This option sets the hardware floating point type selected
120 earlier. If soft floating point was selected, this value is ignored.</para>
121 </listitem>
122 </varlistentry>
123
124 </variablelist>
125
126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
127 href="../common/gcc-static.xml"
128 xpointer="xpointer(//*[@os='ah'])"/>
129
130 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
131 href="../common/gcc-static.xml"
132 xpointer="xpointer(//*[@os='ai'])"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
135 href="../common/gcc-static.xml"
136 xpointer="xpointer(//*[@os='aj'])"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
139 href="../common/gcc-static.xml"
140 xpointer="xpointer(//*[@os='ak'])"/>
141
142 </sect2>
143
144 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
145 href="../common/gcc-static.xml"
146 xpointer="xpointer(//*[@role='content'])"/>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.