Re: [OE-core] [PATCH] mklibs-native: Fix build with gcc 11

2021-05-18 Thread Alexander Kanavin
Don't bother, it looks abandoned: https://salsa.debian.org/installer-team/mklibs Alex On Tue, 18 May 2021 at 11:19, Jacob Kroon wrote: > On 5/18/21 12:20 AM, Khem Raj wrote: > > > > > > On 5/17/21 10:01 AM, Jacob Kroon wrote: > >> In gcc 11 the default mode for C++ is now -std=gnu++17 instead o

Re: [OE-core] [PATCH] mklibs-native: Fix build with gcc 11

2021-05-18 Thread Jacob Kroon
On 5/18/21 12:20 AM, Khem Raj wrote: On 5/17/21 10:01 AM, Jacob Kroon wrote: In gcc 11 the default mode for C++ is now -std=gnu++17 instead of -std=gnu++14, in which support for dynamic exception specifications has been removed. See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p00

Re: [OE-core] [PATCH] mklibs-native: Fix build with gcc 11

2021-05-17 Thread Khem Raj
On 5/17/21 10:01 AM, Jacob Kroon wrote: In gcc 11 the default mode for C++ is now -std=gnu++17 instead of -std=gnu++14, in which support for dynamic exception specifications has been removed. See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0003r5.html Signed-off-by: Jacob Kroon

Re: [OE-core] [PATCH] mklibs-native: Fix build with gcc 11

2021-05-17 Thread Alexander Kanavin
FWIW, I have had patches to drop mklibs for a long time: http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates-later I'd be happy to send them again. Alex On Mon, 17 May 2021 at 21:50, Mark Hatle wrote: > > > On 5/17/21 2:46 PM, Andre McCurdy wrote: > > On M

Re: [OE-core] [PATCH] mklibs-native: Fix build with gcc 11

2021-05-17 Thread Mark Hatle
On 5/17/21 2:46 PM, Andre McCurdy wrote: > On Mon, May 17, 2021 at 10:05 AM Jacob Kroon wrote: >> >> In gcc 11 the default mode for C++ is now -std=gnu++17 instead of >> -std=gnu++14, >> in which support for dynamic exception specifications has been removed. > > As much as I'd like to see mkli

Re: [OE-core] [PATCH] mklibs-native: Fix build with gcc 11

2021-05-17 Thread Andre McCurdy
On Mon, May 17, 2021 at 10:05 AM Jacob Kroon wrote: > > In gcc 11 the default mode for C++ is now -std=gnu++17 instead of > -std=gnu++14, > in which support for dynamic exception specifications has been removed. As much as I'd like to see mklibs fully supported in OE, at some point maybe we shou

[OE-core] [PATCH] mklibs-native: Fix build with gcc 11

2021-05-17 Thread Jacob Kroon
In gcc 11 the default mode for C++ is now -std=gnu++17 instead of -std=gnu++14, in which support for dynamic exception specifications has been removed. See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0003r5.html Signed-off-by: Jacob Kroon --- .../no-dynamic-exception-specifications