|
@@ -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_13
|
|
|
|
+ bool "13.x"
|
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_12
|
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_12
|
|
bool "12.x"
|
|
bool "12.x"
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|