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

* [Buildroot] [PATCH] Config.in: add BR2_HOST_GCC_AT_LEAST_8
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-05-02 12:52 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  2 May 2018 13:09:04 +0300, Stefan Becker wrote:
> 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
> +
> +

One too many empty line here, which caused a check-package warning.
I've fixed that and applied. Thanks!

Peter: I belive we want to backport this patch to 2018.02.x.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] Config.in: add BR2_HOST_GCC_AT_LEAST_8
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-05-02 19:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Stefan" == Stefan Becker <chemobejk@gmail.com> writes:

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

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[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.