summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Nyekjaer <sean@geanix.com>2023-10-02 13:35:06 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-11 03:54:46 -1000
commitfd6757be0988781b93aff6a63fa0f87f296df334 (patch)
treefb09d60ac45191ac50ecbcb3e13df1b419c4a3d4
parent4c5f5777403f450e1991e84a7eae53cc355763ea (diff)
downloadpoky-fd6757be0988781b93aff6a63fa0f87f296df334.tar.gz
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) (From OE-Core rev: fdabb7a54bb994d3680c410c8a46eed30e23ec47) Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/gcc/gcc-12.3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-12.3.inc b/meta/recipes-devtools/gcc/gcc-12.3.inc
index 5655b6f46d..0518b1db4e 100644
--- a/meta/recipes-devtools/gcc/gcc-12.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-12.3.inc
@@ -10,7 +10,7 @@ BINV = "12.3.0"
10 10
11FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" 11FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
12 12
13DEPENDS =+ "mpfr gmp libmpc zlib flex-native" 13DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native"
14NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" 14NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native"
15 15
16LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only" 16LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"