diff options
author | Sean Nyekjaer <sean@geanix.com> | 2023-09-28 07:29:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-29 23:11:59 +0100 |
commit | b88e3cb69d11ab491ea44fd71109924bf0a80cbb (patch) | |
tree | a39e9205afc94cf289b0f2cab7d84fe7df899139 /meta/recipes-devtools/gcc | |
parent | 2be637e323dacc4888596a57471198ca5b703cf2 (diff) | |
download | poky-b88e3cb69d11ab491ea44fd71109924bf0a80cbb.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: 2f6e3d32ad73ef8e0e3d3b89702d85c36358c00c)
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-13.2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-13.2.inc b/meta/recipes-devtools/gcc/gcc-13.2.inc index d96f3171e4..359db1e278 100644 --- a/meta/recipes-devtools/gcc/gcc-13.2.inc +++ b/meta/recipes-devtools/gcc/gcc-13.2.inc | |||
@@ -10,7 +10,7 @@ BINV = "13.2.0" | |||
10 | 10 | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
12 | 12 | ||
13 | DEPENDS =+ "mpfr gmp libmpc zlib flex-native" | 13 | DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" |
14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" | 14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" |
15 | 15 | ||
16 | LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only" | 16 | LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only" |