toolchain/toolchain-external/toolchain-external-custom: add gcc 16 version selection

This patch allows to use an external toolchain based on gcc 16.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-06 18:31:31 +02:00
committed by Julien Olivain
parent 504840bcc2
commit 11344cb3fc

View File

@@ -46,6 +46,11 @@ choice
Set to the gcc version that is used by your external
toolchain.
config BR2_TOOLCHAIN_EXTERNAL_GCC_16
bool "16.x"
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_17
select BR2_TOOLCHAIN_GCC_AT_LEAST_16
config BR2_TOOLCHAIN_EXTERNAL_GCC_15
bool "15.x"
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_16