Explorar o código

arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_8

This new symbol will be used by architectures introduced with gcc 8 and
by external toolchains based on gcc 8.

[1] https://gcc.gnu.org/gcc-8/changes.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain Naour %!s(int64=7) %!d(string=hai) anos
pai
achega
c9216bc1d0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      arch/Config.in

+ 4 - 0
arch/Config.in

@@ -282,6 +282,10 @@ config BR2_ARCH_NEEDS_GCC_AT_LEAST_7
 	bool
 	bool
 	select BR2_ARCH_NEEDS_GCC_AT_LEAST_6
 	select BR2_ARCH_NEEDS_GCC_AT_LEAST_6
 
 
+config BR2_ARCH_NEEDS_GCC_AT_LEAST_8
+	bool
+	select BR2_ARCH_NEEDS_GCC_AT_LEAST_7
+
 # The following string values are defined by the individual
 # The following string values are defined by the individual
 # Config.in.$ARCH files
 # Config.in.$ARCH files
 config BR2_ARCH
 config BR2_ARCH