mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -31,6 +31,10 @@ choice
|
||||
Set to the gcc version that is used by your external
|
||||
toolchain.
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_GCC_11
|
||||
bool "11.x"
|
||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_GCC_10
|
||||
bool "10.x"
|
||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
||||
@@ -119,8 +123,36 @@ 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_16
|
||||
bool "5.16.x or later"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_15
|
||||
bool "5.15.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_14
|
||||
bool "5.14.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_13
|
||||
bool "5.13.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_13
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_12
|
||||
bool "5.12.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_11
|
||||
bool "5.11"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_10
|
||||
bool "5.10.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_9
|
||||
bool "5.9.x or later"
|
||||
bool "5.9.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_9
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_8
|
||||
|
||||
Reference in New Issue
Block a user