diff options
author | Sam James <sam@gentoo.org> | 2024-10-30 20:49:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-30 20:49:39 +0000 |
commit | ced8cd934532e56c19f72d6a71136c6c907685ea (patch) | |
tree | e982ff97cf35cbb46119ac06f65876a5b7c9df9b /eclass | |
parent | dev-python/pyzmq: Stabilize 26.2.0 hppa, #939241 (diff) | |
download | gentoo-ced8cd934532e56c19f72d6a71136c6c907685ea.tar.gz gentoo-ced8cd934532e56c19f72d6a71136c6c907685ea.tar.bz2 gentoo-ced8cd934532e56c19f72d6a71136c6c907685ea.zip |
toolchain.eclass: filter -fdiagnostics-details too
Same as 72d5ea56d41b7d5aac351854b7479f5c2c430c83, the flag got renamed.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |