[Buildroot] [git commit branch/2017.02.x] Config.in: add BR2_HOST_GCC_AT_LEAST_7

Peter Korsgaard peter at korsgaard.com
Wed Jul 5 14:49:58 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=9c0cab92767659c5c61235848ec73a5179fcf218
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

Signed-off-by: Adrian Perez de Castro <aperez at igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit 435b4cce0f054dc4f8549d1ab89e2b45039e015b)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Config.in b/Config.in
index bd8f0d1..434935b 100644
--- a/Config.in
+++ b/Config.in
@@ -57,6 +57,11 @@ config BR2_HOST_GCC_AT_LEAST_6
 	default y if BR2_HOST_GCC_VERSION = "6"
 	select BR2_HOST_GCC_AT_LEAST_5
 
+config BR2_HOST_GCC_AT_LEAST_7
+	bool
+	default y if BR2_HOST_GCC_VERSION = "7"
+	select BR2_HOST_GCC_AT_LEAST_6
+
 # Hidden boolean selected by packages in need of Java in order to build
 # (example: xbmc)
 config BR2_NEEDS_HOST_JAVA


More information about the buildroot mailing list