Message ID | 20170705130633.12365-2-aperez@igalia.com |
---|---|
State | Accepted |
Headers | show |
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
>>>>> "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 --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
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> --- Config.in | 5 +++++ 1 file changed, 5 insertions(+)