@@ -219,44 +219,49 @@ For targets: `armv7-unknown-linux-gnueabihf`
219
219
For targets: `aarch64-unknown-linux-gnu`
220
220
221
221
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
222
+ - Path and misc options > Use a mirror = ENABLE
223
+ - Path and misc options > Base URL = https://ci-mirrors.rust-lang.org/rustc
222
224
- Target options > Target Architecture = arm
223
225
- Target options > Bitness = 64-bit
224
226
- Operating System > Target OS = linux
225
- - Operating System > Linux kernel version = 4.2.6
227
+ - Operating System > Linux kernel version = 4.1.49
228
+ - Binary utilities > Version of binutils = 2.32
226
229
- C-library > glibc version = 2.17 -- aarch64 support was introduced in this version
227
- - C compiler > gcc version = 5.2 .0
230
+ - C compiler > gcc version = 8.3 .0
228
231
- C compiler > C++ = ENABLE -- to cross compile LLVM
229
232
230
233
### `powerpc-linux-gnu.config`
231
234
232
235
For targets: `powerpc-unknown-linux-gnu`
233
236
234
237
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
235
- - Path and misc options > Patches origin = Bundled, then local
236
- - Path and misc options > Local patch directory = /tmp/patches
238
+ - Path and misc options > Use a mirror = ENABLE
239
+ - Path and misc options > Base URL = https://ci-mirrors.rust-lang.org/rustc
237
240
- Target options > Target Architecture = powerpc
238
241
- Target options > Emit assembly for CPU = powerpc -- pure 32-bit PowerPC
239
242
- Operating System > Target OS = linux
240
- - Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
241
- - C-library > glibc version = 2.11.1 -- ~SLE11-SP4 glibc
242
- - C compiler > gcc version = 5.2.0
243
+ - Operating System > Linux kernel version = 3.2.101
244
+ - Binary utilities > Version of binutils = 2.30
245
+ - C-library > glibc version = 2.17 -- ~RHEL7 glibc
246
+ - C compiler > gcc version = 8.3.0
243
247
- C compiler > C++ = ENABLE -- to cross compile LLVM
244
248
245
249
### `powerpc64-linux-gnu.config`
246
250
247
251
For targets: `powerpc64-unknown-linux-gnu`
248
252
249
253
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
250
- - Path and misc options > Patches origin = Bundled, then local
251
- - Path and misc options > Local patch directory = /tmp/patches
254
+ - Path and misc options > Use a mirror = ENABLE
255
+ - Path and misc options > Base URL = https://ci-mirrors.rust-lang.org/rustc
252
256
- Target options > Target Architecture = powerpc
253
257
- Target options > Bitness = 64-bit
254
258
- Target options > Emit assembly for CPU = power4 -- (+)
255
259
- Target options > Tune for CPU = power6 -- (+)
256
260
- Operating System > Target OS = linux
257
- - Operating System > Linux kernel version = 2.6.32.68 -- ~RHEL6 kernel
258
- - C-library > glibc version = 2.11.1 -- ~SLE11-SP4 glibc
259
- - C compiler > gcc version = 5.2.0
261
+ - Operating System > Linux kernel version = 3.2.101
262
+ - Binary utilities > Version of binutils = 2.32
263
+ - C-library > glibc version = 2.17 -- ~RHEL7 glibc
264
+ - C compiler > gcc version = 8.3.0
260
265
- C compiler > C++ = ENABLE -- to cross compile LLVM
261
266
262
267
(+) These CPU options match the configuration of the toolchains in RHEL6.
@@ -266,13 +271,14 @@ For targets: `powerpc64-unknown-linux-gnu`
266
271
For targets: `s390x-unknown-linux-gnu`
267
272
268
273
- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET}
269
- - Path and misc options > Patches origin = Bundled, then local
270
- - Path and misc options > Local patch directory = /tmp/patches
274
+ - Path and misc options > Use a mirror = ENABLE
275
+ - Path and misc options > Base URL = https://ci-mirrors.rust-lang.org/rustc
271
276
- Target options > Target Architecture = s390
272
277
- Target options > Bitness = 64-bit
273
278
- Operating System > Target OS = linux
274
- - Operating System > Linux kernel version = 2.6.32.71 -- ~RHEL6 kernel
275
- - C-library > glibc version = 2.12.1 -- ~RHEL6 glibc
279
+ - Operating System > Linux kernel version = 3.2.101
280
+ - Binary utilities > Version of binutils = 2.32
281
+ - C-library > glibc version = 2.17 -- ~RHEL7 glibc
276
282
- C compiler > gcc version = 8.3.0
277
283
- C compiler > gcc extra config = --with-arch=z10 -- LLVM's minimum support
278
284
- C compiler > C++ = ENABLE -- to cross compile LLVM
0 commit comments