Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread SendaoYan
On Tue, 12 Nov 2024 15:38:41 GMT, SendaoYan 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 >> `--wi

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread SendaoYan
On Tue, 12 Nov 2024 17:14:53 GMT, SendaoYan wrote: >> make/autoconf/flags-ldflags.m4 line 77: >> >>> 75: BASIC_LDFLAGS="-fuse-ld=lld -Wl,--exclude-libs,ALL" >>> 76: if test "x$CXX_IS_USER_SUPPLIED" = xfalse && test >>> "x$CC_IS_USER_SUPPLIED" = xfalse; then >>> 77: UTIL_REQU

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread SendaoYan
On Tue, 12 Nov 2024 16:11:29 GMT, Magnus Ihse Bursie wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> lookup $TOOLCHAIN_PATH:$PATH > > make/autoconf/flags-ldflags.m4 line 77: > >> 75: BASIC_LDFLAGS="-fuse-ld=lld

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread Magnus Ihse Bursie
On Tue, 12 Nov 2024 15:38:41 GMT, SendaoYan 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 >> `--wi

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread SendaoYan
> 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,

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread SendaoYan
On Tue, 12 Nov 2024 13:28:19 GMT, Magnus Ihse Bursie wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> lookup $TOOLCHAIN_PATH:$PATH > > make/autoconf/flags-ldflags.m4 line 78: > >> 76: if test "x$CXX_IS_USER_SUPP

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread Magnus Ihse Bursie
On Tue, 12 Nov 2024 15:33:49 GMT, SendaoYan 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 >> `--wi

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304 [v2]

2024-11-12 Thread Magnus Ihse Bursie
On Tue, 12 Nov 2024 15:08:02 GMT, SendaoYan wrote: >> After I remove the lld binary from `$TOOLCHAIN_PATH`, such as `mv >> /home/yansendao/software/acc/x86_64/bin/lld /tmp/`, the configure command >> generate `configure: error: Could not find required tool for LLD` as >> expected. > > If the s

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-12 Thread SendaoYan
On Tue, 12 Nov 2024 15:00:19 GMT, SendaoYan wrote: >> make/autoconf/flags-ldflags.m4 line 78: >> >>> 76: if test "x$CXX_IS_USER_SUPPLIED" = xfalse && test >>> "x$CC_IS_USER_SUPPLIED" = xfalse; then >>> 77: if test "x$TOOLCHAIN_PATH" != x; then >>> 78: UTIL_REQUIRE_PROGS(

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-12 Thread SendaoYan
On Tue, 12 Nov 2024 13:21:04 GMT, Magnus Ihse Bursie 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

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-12 Thread Magnus Ihse Bursie
On Sun, 10 Nov 2024 04:09:58 GMT, SendaoYan 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-to

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-12 Thread Magnus Ihse Bursie
On Sun, 10 Nov 2024 04:09:58 GMT, SendaoYan 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-to

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-12 Thread Magnus Ihse Bursie
On Sun, 10 Nov 2024 04:09:58 GMT, SendaoYan 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-to

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-12 Thread Julian Waters
On Sun, 10 Nov 2024 04:09:58 GMT, SendaoYan 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-to

Re: RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-09 Thread SendaoYan
On Sun, 10 Nov 2024 04:09:58 GMT, SendaoYan 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-to

RFR: 8343883: Cannot resolve user specified toolchain-path for lld after JDK-8338304

2024-11-09 Thread SendaoYan
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)` in