summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2018-05-29 23:52:53 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-05-30 21:44:01 +0200
commitc9216bc1d01983be22ce2119efb98b5684cd714a (patch)
treefb473e958ad080539960cdbe7a2177ec47e1482c /arch
parent242227dd86efaaec7c785b32a14e8133f2e86dec (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/Config.in b/arch/Config.in
index a66ea0d03b..a16012bdfd 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -282,6 +282,10 @@ config BR2_ARCH_NEEDS_GCC_AT_LEAST_7
bool
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
# Config.in.$ARCH files
config BR2_ARCH