On Sun, 10 Nov 2024 04:09:58 GMT, SendaoYan <s...@openjdk.org> wrote:
> Hi all, > After [JDK-8338304](https://bugs.openjdk.org/browse/JDK-8338304), below > configure command will generate failure `error: Could not find required tool > for LLD`. The lld linker located in path which config with option > `--with-toolchain-path`, but the check `UTIL_REQUIRE_PROGS(LLD, lld)` > introduced by [JDK-8338304](https://bugs.openjdk.org/browse/JDK-8338304) was > unable to find the lld. This PR add the condition to deal with user specidied > `--with-toolchain-path` to find the correct lld fullpath. The change has > beeen verified locally, trivial fix, the risk is low. > > > bash configure --with-jobs=128 --with-debug-level=release > --enable-unlimited-crypto --with-jvm-variants=server > --with-version-opt=f4008968 --with-zlib=system --with-toolchain-type=clang > --with-toolchain-path=/home/yansendao/software/acc/x86_64/bin This pull request has now been integrated. Changeset: 63eb4853 Author: SendaoYan <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/63eb4853f6782f350f67b6bcf25d83bc4480be71 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 Reviewed-by: ihse, jwaters ------------- PR: https://git.openjdk.org/jdk/pull/21999