mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Switch to GCC 9 for the GCC tinderbox.
This also adds arm and riscv to the GCC tinderbox. Reviewed by: emaste (older version) Differential Revision: https://reviews.freebsd.org/D26202
This commit is contained in:
parent
7a0c23da4e
commit
9dfbda254c
13
Makefile
13
Makefile
@ -526,11 +526,14 @@ TARGET_ARCHES_${target}?= ${target}
|
||||
.endfor
|
||||
|
||||
.if defined(USE_GCC_TOOLCHAINS)
|
||||
TOOLCHAINS_amd64= amd64-gcc6
|
||||
TOOLCHAINS_arm64= aarch64-gcc6
|
||||
TOOLCHAINS_i386= i386-gcc6
|
||||
TOOLCHAINS_powerpc= powerpc-gcc6 powerpc64-gcc6
|
||||
TOOLCHAIN_powerpc64= powerpc64-gcc6
|
||||
TOOLCHAINS_amd64= amd64-gcc9
|
||||
TOOLCHAINS_arm= armv6-gcc9 armv7-gcc9
|
||||
TOOLCHAIN_armv7= armv7-gcc9
|
||||
TOOLCHAINS_arm64= aarch64-gcc9
|
||||
TOOLCHAINS_i386= i386-gcc9
|
||||
TOOLCHAINS_powerpc= powerpc-gcc9 powerpc64-gcc9
|
||||
TOOLCHAIN_powerpc64= powerpc64-gcc9
|
||||
TOOLCHAINS_riscv= riscv64-gcc9
|
||||
.endif
|
||||
|
||||
# If a target is using an external toolchain, set MAKE_PARAMS to enable use
|
||||
|
Loading…
Reference in New Issue
Block a user