From 6063f2378f8fbab296b7aa56cdc8a774e599708b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 26 Apr 2022 10:32:11 -0700 Subject: [PATCH] toolchain/toolchain-external/toolchain-external-custom: add gcc 12 version selection This patch allows to use an external toolchain based on gcc 12. Signed-off-by: Florian Fainelli Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- .../toolchain-external-custom/Config.in.options | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options index 9346fa3feb..683204e56e 100644 --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options +++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options @@ -31,6 +31,10 @@ choice Set to the gcc version that is used by your external toolchain. +config BR2_TOOLCHAIN_EXTERNAL_GCC_12 + bool "12.x" + select BR2_TOOLCHAIN_GCC_AT_LEAST_12 + config BR2_TOOLCHAIN_EXTERNAL_GCC_11 bool "11.x" select BR2_TOOLCHAIN_GCC_AT_LEAST_11