Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Config.in: add BR2_HOST_GCC_AT_LEAST_8
Date: Wed, 2 May 2018 14:52:00 +0200	[thread overview]
Message-ID: <20180502145200.305cbbac@windsurf> (raw)
In-Reply-To: <20180502100904.29985-1-chemobejk@gmail.com>

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

  reply	other threads:[~2018-05-02 12:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2018-05-02 19:29 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180502145200.305cbbac@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox