@@ -219,44 +219,49 @@ For targets: `armv7-unknown-linux-gnueabihf`
219219For targets: `aarch64-unknown-linux-gnu`
220220
221221- 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
222224- Target options > Target Architecture = arm
223225- Target options > Bitness = 64-bit
224226- 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
226229- 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
228231- C compiler > C++ = ENABLE -- to cross compile LLVM
229232
230233### `powerpc-linux-gnu.config`
231234
232235For targets: `powerpc-unknown-linux-gnu`
233236
234237- 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
237240- Target options > Target Architecture = powerpc
238241- Target options > Emit assembly for CPU = powerpc -- pure 32-bit PowerPC
239242- 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
243247- C compiler > C++ = ENABLE -- to cross compile LLVM
244248
245249### `powerpc64-linux-gnu.config`
246250
247251For targets: `powerpc64-unknown-linux-gnu`
248252
249253- 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
252256- Target options > Target Architecture = powerpc
253257- Target options > Bitness = 64-bit
254258- Target options > Emit assembly for CPU = power4 -- (+)
255259- Target options > Tune for CPU = power6 -- (+)
256260- 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
260265- C compiler > C++ = ENABLE -- to cross compile LLVM
261266
262267(+) These CPU options match the configuration of the toolchains in RHEL6.
@@ -266,13 +271,14 @@ For targets: `powerpc64-unknown-linux-gnu`
266271For targets: `s390x-unknown-linux-gnu`
267272
268273- 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
271276- Target options > Target Architecture = s390
272277- Target options > Bitness = 64-bit
273278- 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
276282- C compiler > gcc version = 8.3.0
277283- C compiler > gcc extra config = --with-arch=z10 -- LLVM's minimum support
278284- C compiler > C++ = ENABLE -- to cross compile LLVM
0 commit comments