commit: f24f34cb062fce22d27296d989ec85a8e3cc106c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 02:59:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 02:59:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24f34cb
toolchain.eclass: drop obsolete Java workaround toolchain.eclass hasn't supported versions of GCC that included GCJ for a while (see ::toolchain and toolchain-legacy.eclass if interested in that), so drop an obsolete Java workaround we forgot to remove when cleaning up the rest. Bug: https://bugs.gentoo.org/384291 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 2950eaa3ccf2..d29d07080582 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1006,10 +1006,6 @@ toolchain_src_configure() { einfo "CXXFLAGS=\"${CXXFLAGS}\"" einfo "LDFLAGS=\"${LDFLAGS}\"" - # Force internal zip based jar script to avoid random - # issues with 3rd party jar implementations. bug #384291 - export JAR=no - local confgcc=( --host=${CHOST} ) if is_crosscompile || tc-is-cross-compiler ; then
