Skip to content

Commit 7555b4a

Browse files
committedNov 12, 2024
Merge branch 'master' into fibers
2 parents 66fc73b + 63eb485 commit 7555b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/autoconf/flags-ldflags.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ AC_DEFUN([FLAGS_SETUP_LDFLAGS_HELPER],
7474
# Clang needs the lld linker to work correctly
7575
BASIC_LDFLAGS="-fuse-ld=lld -Wl,--exclude-libs,ALL"
7676
if test "x$CXX_IS_USER_SUPPLIED" = xfalse && test "x$CC_IS_USER_SUPPLIED" = xfalse; then
77-
UTIL_REQUIRE_PROGS(LLD, lld)
77+
UTIL_REQUIRE_PROGS(LLD, lld, $TOOLCHAIN_PATH:$PATH)
7878
fi
7979
fi
8080
if test "x$OPENJDK_TARGET_OS" = xaix; then

0 commit comments

Comments
 (0)
Please sign in to comment.