]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
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)
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

index 5655b6f46d722a9db69d4784797597ea2b04552f..0518b1db4e0b9221c73f9b86dc354d1c087730bb 100644 (file)
@@ -10,7 +10,7 @@ BINV = "12.3.0"
 
 FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
 
-DEPENDS =+ "mpfr gmp libmpc zlib flex-native"
+DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native"
 NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native"
 
 LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"