From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/seatd: fix build with gcc < 7
Date: Sun, 8 Aug 2021 22:29:44 +0200 [thread overview]
Message-ID: <20210808222944.534ceb75@windsurf> (raw)
In-Reply-To: <20210808171518.3700828-1-fontaine.fabrice@gmail.com>
On Sun, 8 Aug 2021 19:15:18 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Since its addition in commit daae31149017cbf8b03634cfc56da132f7e1ad83,
> seatd fails to build with gcc < 7 because it unconditonally uses
> -Wimplicit-fallthrough which is only available since gcc 7.1 and
> https://github.com/gcc-mirror/gcc/commit/81fea426da8c4687bb32e6894dc26f00ae211822
> resulting in the following build failure:
>
> arm-none-linux-gnueabi-gcc: error: unrecognized command line option '-Wimplicit-fallthrough'
>
> Fixes:
> - http://autobuild.buildroot.org/results/0ee6816a7cceebdafd07612677a594bdf68e0790
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> ...003-meson.build-fix-build-with-gcc-7.patch | 48 +++++++++++++++++++
> 1 file changed, 48 insertions(+)
> create mode 100644 package/seatd/0003-meson.build-fix-build-with-gcc-7.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
prev parent reply other threads:[~2021-08-08 20:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-08 17:15 [Buildroot] [PATCH 1/1] package/seatd: fix build with gcc < 7 Fabrice Fontaine
2021-08-08 20:29 ` Thomas Petazzoni [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=20210808222944.534ceb75@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/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.