]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: depend on zstd
authorSean Nyekjaer <sean@geanix.com>
Mon, 2 Oct 2023 11:35:06 +0000 (13:35 +0200)
committerSteve Sakoman <steve@sakoman.com>
Thu, 5 Oct 2023 14:43:37 +0000 (04:43 -1000)
commitfdabb7a54bb994d3680c410c8a46eed30e23ec47
treef78003041ac985b45ebe18e7381ab45e6a85247b
parent9d0c26e3ac58c9c8d9e5bad8e3bff97f8dcdd507
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: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/gcc/gcc-12.3.inc