From 7fa12e4f9ed736c7238dbdadf4dc5b9da03007b3 Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Fri, 17 May 2024 09:18:25 +0200 Subject: [PATCH] toolchain/toolchain-external/toolchain-external-custom: add gcc 14 version selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch allows to use an external toolchain based on gcc 14. Signed-off-by: Edgar Bonet Tested-by: Vincent Stehlé Signed-off-by: Yann E. MORIN --- .../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 f7825cb88e..1c4b0d2554 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_14 + bool "14.x" + select BR2_TOOLCHAIN_GCC_AT_LEAST_14 + config BR2_TOOLCHAIN_EXTERNAL_GCC_13 bool "13.x" select BR2_TOOLCHAIN_GCC_AT_LEAST_13