This new symbol will be used by architectures introduced with gcc 10.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
bool
select BR2_ARCH_NEEDS_GCC_AT_LEAST_8
+config BR2_ARCH_NEEDS_GCC_AT_LEAST_10
+ bool
+ select BR2_ARCH_NEEDS_GCC_AT_LEAST_9
+
# The following string values are defined by the individual
# Config.in.$ARCH files
config BR2_ARCH
config BR2_GCC_VERSION_9_X
bool "gcc 9.x"
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_10
# or1k needs binutils >= 2.32
depends on !(BR2_or1k && BR2_BINUTILS_VERSION_2_31_X)
# powerpc spe support has been deprecated since gcc 8.x.