mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Julien Olivain
parent
504840bcc2
commit
11344cb3fc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user