git: 370110fd571c - main - universe: Switch GCC toolchains to GCC 12.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 21:35:25 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=370110fd571cfb655a80b4d4786b77f4a94a5d96 commit 370110fd571cfb655a80b4d4786b77f4a94a5d96 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-01-27 21:35:13 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-01-27 21:35:13 +0000 universe: Switch GCC toolchains to GCC 12. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D38230 --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 2860b31a043c..4e474ad04e61 100644 --- a/Makefile +++ b/Makefile @@ -531,14 +531,14 @@ TARGET_ARCHES_${target}?= ${target} .endfor .if defined(USE_GCC_TOOLCHAINS) -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 +TOOLCHAINS_amd64= amd64-gcc12 +TOOLCHAINS_arm= armv6-gcc12 armv7-gcc12 +TOOLCHAIN_armv7= armv7-gcc12 +TOOLCHAINS_arm64= aarch64-gcc12 +TOOLCHAINS_i386= i386-gcc12 +TOOLCHAINS_powerpc= powerpc-gcc12 powerpc64-gcc12 +TOOLCHAIN_powerpc64= powerpc64-gcc12 +TOOLCHAINS_riscv= riscv64-gcc12 .endif # If a target is using an external toolchain, set MAKE_PARAMS to enable use