We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4428e8 commit 2ea1557Copy full SHA for 2ea1557
make/autoconf/toolchain.m4
@@ -622,7 +622,7 @@ AC_DEFUN_ONCE([TOOLCHAIN_DETECT_TOOLCHAIN_CORE],
622
LDCXX="$CXX"
623
# Force use of lld, since that is what we expect when setting flags later on
624
if test "x$TOOLCHAIN_TYPE" = xclang; then
625
- if test "x$OPENJDK_BUILD_OS" != "xmacosx"; then
+ if test "x$OPENJDK_TARGET_OS" = xlinux; then
626
LD="$LD -fuse-ld=lld"
627
LDCXX="$LDCXX -fuse-ld=lld"
628
fi
0 commit comments