All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Config.in: add BR2_HOST_GCC_AT_LEAST_8
@ 2018-05-02 10:09 Stefan Becker
  2018-05-02 12:52 ` Thomas Petazzoni
  2018-05-02 19:29 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Becker @ 2018-05-02 10:09 UTC (permalink / raw)
  To: buildroot

Fedora 28 switched to GCC 8.x.

Signed-off-by: Stefan Becker <chemobejk@gmail.com>
---
 Config.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Config.in b/Config.in
index 62d2dc3473..0d24ba6ebc 100644
--- a/Config.in
+++ b/Config.in
@@ -62,6 +62,12 @@ config BR2_HOST_GCC_AT_LEAST_7
 	default y if BR2_HOST_GCC_VERSION = "7"
 	select BR2_HOST_GCC_AT_LEAST_6
 
+config BR2_HOST_GCC_AT_LEAST_8
+	bool
+	default y if BR2_HOST_GCC_VERSION = "8"
+	select BR2_HOST_GCC_AT_LEAST_7
+
+
 # Hidden boolean selected by packages in need of Java in order to build
 # (example: kodi)
 config BR2_NEEDS_HOST_JAVA
-- 
2.17.0

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

end of thread, other threads:[~2018-05-02 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 10:09 [Buildroot] [PATCH] Config.in: add BR2_HOST_GCC_AT_LEAST_8 Stefan Becker
2018-05-02 12:52 ` Thomas Petazzoni
2018-05-02 19:29 ` Peter Korsgaard

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.