arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_12

This new symbol will be used by architectures introduced with gcc 12.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Romain Naour
2022-05-29 15:18:09 +02:00
committed by Thomas Petazzoni
parent 0f1ad4fc93
commit f953676166
2 changed files with 5 additions and 0 deletions

View File

@@ -313,6 +313,10 @@ config BR2_ARCH_NEEDS_GCC_AT_LEAST_11
bool
select BR2_ARCH_NEEDS_GCC_AT_LEAST_10
config BR2_ARCH_NEEDS_GCC_AT_LEAST_12
bool
select BR2_ARCH_NEEDS_GCC_AT_LEAST_11
# The following string values are defined by the individual
# Config.in.$ARCH files
config BR2_ARCH