diff options
Diffstat (limited to 'toolchain/toolchain-external/toolchain-external-custom/Config.in.options')
-rw-r--r-- | toolchain/toolchain-external/toolchain-external-custom/Config.in.options | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options index d69db68a23..992fd2c150 100644 --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options +++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options @@ -119,8 +119,16 @@ choice If your toolchain uses headers newer than the latest version in the choice, then select the latest version. +config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_10 + bool "5.10.x or later" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 + +config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_9 + bool "5.9.x" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_9 + config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_8 - bool "5.8.x or later" + bool "5.8.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_8 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_7 |