diff mbox

[1/1] Config.in: add BR2_HOST_GCC_AT_LEAST_7

Message ID 20170705130633.12365-2-aperez@igalia.com
State Accepted
Headers show

Commit Message

Adrian Perez de Castro July 5, 2017, 1:06 p.m. UTC
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 Config.in | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Thomas Petazzoni July 5, 2017, 2:27 p.m. UTC | #1
Hello,

On Wed,  5 Jul 2017 16:06:33 +0300, Adrian Perez de Castro wrote:
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> ---
>  Config.in | 5 +++++
>  1 file changed, 5 insertions(+)

Applied to master, thanks.

Thomas
Peter Korsgaard July 5, 2017, 2:50 p.m. UTC | #2
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Committed to 2017.02.x and 2017.05.x, thanks.
diff mbox

Patch

diff --git a/Config.in b/Config.in
index 72ceadfde6..e395995ec9 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