|
@@ -31,6 +31,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_10
|
|
|
|
+ bool "10.x"
|
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_9
|
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_9
|
|
bool "9.x"
|
|
bool "9.x"
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|