commit:     ced8cd934532e56c19f72d6a71136c6c907685ea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 20:49:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 20:49:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced8cd93

toolchain.eclass: filter -fdiagnostics-details too

Same as 72d5ea56d41b7d5aac351854b7479f5c2c430c83, the flag got renamed.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 438ef6c2c66a..805fc30952ce 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1945,7 +1945,7 @@ gcc_do_filter_flags() {
        fi
 
        if ver_test -lt 15.1 ; then
-               filter-flags -fdiagnostics-explain-harder
+               filter-flags -fdiagnostics-explain-harder -fdiagnostics-details
        fi
 
        if is_d ; then

Reply via email to