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 15 version selection
This patch allows to use an external toolchain based on gcc 15. Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr> [Julien: change spaces to tabs to fix check-package errors] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
5ddba9702a
commit
5f1a38a41f
@@ -46,6 +46,10 @@ choice
|
|||||||
Set to the gcc version that is used by your external
|
Set to the gcc version that is used by your external
|
||||||
toolchain.
|
toolchain.
|
||||||
|
|
||||||
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_15
|
||||||
|
bool "15.x"
|
||||||
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_15
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_GCC_14
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_14
|
||||||
bool "14.x"
|
bool "14.x"
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
||||||
|
|||||||
Reference in New Issue
Block a user