All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 for-next 1/5] arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_8
@ 2018-05-29 21:52 Romain Naour
  2018-05-29 21:52 ` [Buildroot] [PATCH v3 for-next 2/5] toolchain: add gcc 8 entry Romain Naour
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Romain Naour @ 2018-05-29 21:52 UTC (permalink / raw)
  To: buildroot

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>
---
 arch/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

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
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-30 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 21:52 [Buildroot] [PATCH v3 for-next 1/5] arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_8 Romain Naour
2018-05-29 21:52 ` [Buildroot] [PATCH v3 for-next 2/5] toolchain: add gcc 8 entry Romain Naour
2018-05-29 21:52 ` [Buildroot] [PATCH v3 for-next 3/5] package/gcc: add support for gcc 8.1.0 Romain Naour
2018-05-29 21:52 ` [Buildroot] [PATCH v3 for-next 4/5] toolchain-external: add gcc 8 entry Romain Naour
2018-05-29 21:52 ` [Buildroot] [PATCH v3 for-next 5/5] package/gcc: switch to gcc 6.x as the default Romain Naour
2018-05-30 20:26 ` [Buildroot] [PATCH v3 for-next 1/5] arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_8 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.