@@ -131,36 +131,42 @@ $category > $option = $value -- $comment
131
131
For targets: `arm-unknown-linux-gnueabi`
132
132
133
133
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
134
+ - Path and misc options > Patches origin = Bundled, then local
135
+ - Path and misc options > Local patch directory = /tmp/patches
134
136
- Target options > Target Architecture = arm
135
137
- Target options > Architecture level = armv6 -- (+)
136
138
- Target options > Floating point = software (no FPU) -- (\*)
137
139
- Operating System > Target OS = linux
138
140
- Operating System > Linux kernel version = 3.2.72 -- Precise kernel
139
- - C-library > glibc version = 2.14.1
140
- - C compiler > gcc version = 4.9.3
141
+ - C-library > glibc version = 2.16.0
142
+ - C compiler > gcc version = 5.2.0
141
143
- C compiler > C++ = ENABLE -- to cross compile LLVM
142
144
143
145
### `arm-linux-gnueabihf.config`
144
146
145
147
For targets: `arm-unknown-linux-gnueabihf`
146
148
147
149
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
150
+ - Path and misc options > Patches origin = Bundled, then local
151
+ - Path and misc options > Local patch directory = /tmp/patches
148
152
- Target options > Target Architecture = arm
149
153
- Target options > Architecture level = armv6 -- (+)
150
154
- Target options > Use specific FPU = vfp -- (+)
151
155
- Target options > Floating point = hardware (FPU) -- (\*)
152
156
- Target options > Default instruction set mode = arm -- (+)
153
157
- Operating System > Target OS = linux
154
158
- Operating System > Linux kernel version = 3.2.72 -- Precise kernel
155
- - C-library > glibc version = 2.14.1
156
- - C compiler > gcc version = 4.9.3
159
+ - C-library > glibc version = 2.16.0
160
+ - C compiler > gcc version = 5.2.0
157
161
- C compiler > C++ = ENABLE -- to cross compile LLVM
158
162
159
163
### `armv7-linux-gnueabihf.config`
160
164
161
165
For targets: `armv7-unknown-linux-gnueabihf`
162
166
163
167
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
168
+ - Path and misc options > Patches origin = Bundled, then local
169
+ - Path and misc options > Local patch directory = /tmp/patches
164
170
- Target options > Target Architecture = arm
165
171
- Target options > Suffix to the arch-part = v7
166
172
- Target options > Architecture level = armv7-a -- (+)
@@ -169,8 +175,8 @@ For targets: `armv7-unknown-linux-gnueabihf`
169
175
- Target options > Default instruction set mode = thumb -- (\*)
170
176
- Operating System > Target OS = linux
171
177
- Operating System > Linux kernel version = 3.2.72 -- Precise kernel
172
- - C-library > glibc version = 2.14.1
173
- - C compiler > gcc version = 4.9.3
178
+ - C-library > glibc version = 2.16.0
179
+ - C compiler > gcc version = 5.2.0
174
180
- C compiler > C++ = ENABLE -- to cross compile LLVM
175
181
176
182
(\*) These options have been selected to match the configuration of the arm
@@ -204,7 +210,7 @@ For targets: `powerpc-unknown-linux-gnu`
204
210
- Operating System > Target OS = linux
205
211
- Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
206
212
- C-library > glibc version = 2.12.2 -- ~RHEL6 glibc
207
- - C compiler > gcc version = 4.9.3
213
+ - C compiler > gcc version = 5.2.0
208
214
- C compiler > C++ = ENABLE -- to cross compile LLVM
209
215
210
216
### `powerpc64-linux-gnu.config`
@@ -221,7 +227,7 @@ For targets: `powerpc64-unknown-linux-gnu`
221
227
- Operating System > Target OS = linux
222
228
- Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
223
229
- C-library > glibc version = 2.12.2 -- ~RHEL6 glibc
224
- - C compiler > gcc version = 4.9.3
230
+ - C compiler > gcc version = 5.2.0
225
231
- C compiler > C++ = ENABLE -- to cross compile LLVM
226
232
227
233
(+) These CPU options match the configuration of the toolchains in RHEL6.
@@ -232,12 +238,12 @@ For targets: `s390x-unknown-linux-gnu`
232
238
233
239
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
234
240
- Path and misc options > Patches origin = Bundled, then local
235
- - Path and misc options > Local patch directory = /build /patches
241
+ - Path and misc options > Local patch directory = /tmp /patches
236
242
- Target options > Target Architecture = s390
237
243
- Target options > Bitness = 64-bit
238
244
- Operating System > Target OS = linux
239
245
- Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
240
246
- C-library > glibc version = 2.12.2 -- ~RHEL6 glibc
241
- - C compiler > gcc version = 4.9.3
247
+ - C compiler > gcc version = 5.2.0
242
248
- C compiler > gcc extra config = --with-arch=z10 -- LLVM's minimum support
243
249
- C compiler > C++ = ENABLE -- to cross compile LLVM
0 commit comments