Skip to content
Snippets Groups Projects
Commit 2bd23b22 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

linux-yocto: Fix building kernel plugins with gcc 11.x


Fix building the kernel's gcc plugins with gcc 11.x - gcc 11.x needs
constexpr (hence -std=gnu++11 or higher), and the check for gcc
plugin support needs modifications (or simple disabling, given in
our context, we know gcc has plugin support).

Signed-off-by: default avatarBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
parent 321b36bd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment