All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Config.in: add BR2_HOST_GCC_AT_LEAST_8
Date: Wed, 02 May 2018 21:29:47 +0200	[thread overview]
Message-ID: <87o9hxetzo.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20180502100904.29985-1-chemobejk@gmail.com> (Stefan Becker's message of "Wed, 2 May 2018 13:09:04 +0300")

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

      parent reply	other threads:[~2018-05-02 19:29 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
2018-05-02 19:29 ` Peter Korsgaard [this message]

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=87o9hxetzo.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.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 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.