summaryrefslogtreecommitdiff
path: root/eclass/toolchain.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-09 04:26:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-09 04:26:45 +0000
commit70b888182faea1598e1b5e231078af492793858a (patch)
treed86ad10825fbafef78cb134e0c112cb04b3fedc2 /eclass/toolchain.eclass
parent4f8c8df3b07b6ea3556ab2bc7b252213bbdab3f3 (diff)
gentoo auto-resync : 09:11:2023 - 04:26:45
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ac8b90c8c58a..60769c93877f 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1378,7 +1378,10 @@ toolchain_src_configure() {
--disable-systemtap
--enable-host-shared
--enable-languages=jit
- --without-isl
+ # Might be used for the just-built GCC. Easier to just
+ # respect USE=graphite here in case the user passes some
+ # graphite flags rather than try strip them out.
+ $(use_with graphite isl)
--without-zstd
--with-system-zlib
)