summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-22 04:13:04 +0100
committerSam James <sam@gentoo.org>2024-04-22 04:13:52 +0100
commit28fca56a1639578fc58de1e8310b7c94a5e12e09 (patch)
tree4cd4c2275ae12c242395da10165b43c1fa3c402f /eclass
parentwww-apps/readarr-bin: drop 0.3.23.2506 (diff)
downloadgentoo-28fca56a1639578fc58de1e8310b7c94a5e12e09.tar.gz
gentoo-28fca56a1639578fc58de1e8310b7c94a5e12e09.tar.bz2
gentoo-28fca56a1639578fc58de1e8310b7c94a5e12e09.zip
toolchain.eclass: propagate USE=zstd to libgccjit build
You *can* do LTO with libgccjit, apparently, and it even works if we don't break the compression used for LTO with it. Pass down the zstd arg from USE=zstd like we do for the regular build. Thanks to StrawberryTea for reporting. Closes: https://bugs.gentoo.org/926953 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 690b21c22d8e..a5d4345e7fbf 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1462,7 +1462,7 @@ toolchain_src_configure() {
# respect USE=graphite here in case the user passes some
# graphite flags rather than try strip them out.
$(use_with graphite isl)
- --without-zstd
+ $(use_with zstd)
--with-system-zlib
)