|
@@ -55,6 +55,16 @@ config BR2_HOST_GCC_AT_LEAST_9
|
|
|
default y if BR2_HOST_GCC_VERSION = "9"
|
|
|
select BR2_HOST_GCC_AT_LEAST_8
|
|
|
|
|
|
+config BR2_HOST_GCC_AT_LEAST_10
|
|
|
+ bool
|
|
|
+ default y if BR2_HOST_GCC_VERSION = "10"
|
|
|
+ select BR2_HOST_GCC_AT_LEAST_9
|
|
|
+
|
|
|
+config BR2_HOST_GCC_AT_LEAST_11
|
|
|
+ bool
|
|
|
+ default y if BR2_HOST_GCC_VERSION = "11"
|
|
|
+ select BR2_HOST_GCC_AT_LEAST_10
|
|
|
+
|
|
|
# When adding new entries above, be sure to update
|
|
|
# the HOSTCC_MAX_VERSION variable in the Makefile.
|
|
|
|