From 70b888182faea1598e1b5e231078af492793858a Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@koprulu.sector>
Date: Thu, 9 Nov 2023 04:26:45 +0000
Subject: gentoo auto-resync : 09:11:2023 - 04:26:45

---
 eclass/Manifest.gz      | Bin 38802 -> 38805 bytes
 eclass/toolchain.eclass |   5 ++++-
 2 files changed, 4 insertions(+), 1 deletion(-)

(limited to 'eclass')

diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index de32d0b045f0..6b2433201ce8 100644
Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ
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
 		)
-- 
cgit v1.2.3