diff options
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 e28479dc44af..02db921ce133 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1770,7 +1770,7 @@ toolchain_src_configure() { --with-system-zlib ) - if tc_version_is_at_least 15.0.0_pre20241124 ; then + if tc_version_is_at_least 15.0.0_pre20241124 ${PV} ; then confgcc_jit+=( $(use_enable libdiagnostics) ) fi |