]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc: depend on zstd
authorSean Nyekjaer <sean@geanix.com>
Thu, 28 Sep 2023 05:29:03 +0000 (07:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Sep 2023 22:07:43 +0000 (23:07 +0100)
commit2f6e3d32ad73ef8e0e3d3b89702d85c36358c00c
treedb63558d93f503a29b4233e5f5505cbbb33c495c
parent34f37de80928bb23a594268b0e996beb575ca51b
gcc: depend on zstd

Add zstd LTO support for target and nativesdk compiler.
This also brings gcc into sync with gcc-cross.

% x86_64-oe-linux-gcc -v
[...]
 Supported LTO compression algorithms: zlib zstd
 gcc version 12.2.0 (GCC)
% x86_64-oesdk-linux-gcc -v
[...]
 Supported LTO compression algorithms: zlib
 gcc version 12.2.0 (GCC)

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/gcc/gcc-13.2.inc