toolchain/toolchain-external/toolchain-external-custom: add gcc 14 version selection
This patch allows to use an external toolchain based on gcc 14. Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr> Tested-by: Vincent Stehlé <vincent.stehle@arm.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
51fe7536c0
commit
7fa12e4f9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user