From dfbd1aae23ce09130f385d8f1f354d2560cd30e8 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Fri, 28 Jul 2023 00:25:38 +0200 Subject: [PATCH] toolchain/toolchain-external/toolchain-external-custom: add gcc 13 version selection This patch allows to use an external toolchain based on gcc 13. Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- .../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 5bfc4d0723..d82c9b8a41 100644 --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options +++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options @@ -46,6 +46,10 @@ choice Set to the gcc version that is used by your external toolchain. +config BR2_TOOLCHAIN_EXTERNAL_GCC_13 + bool "13.x" + select BR2_TOOLCHAIN_GCC_AT_LEAST_13 + config BR2_TOOLCHAIN_EXTERNAL_GCC_12 bool "12.x" select BR2_TOOLCHAIN_GCC_AT_LEAST_12