We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ac633 commit 563625dCopy full SHA for 563625d
make/common/native/Link.gmk
@@ -68,12 +68,8 @@ endef
68
69
################################################################################
70
define CreateStaticLibrary
71
- # Include partial linking when building the static library with clang on linux
72
- ifeq ($(call isTargetOs, linux), true)
73
- ifneq ($(findstring $(TOOLCHAIN_TYPE), clang), )
74
- $1_ENABLE_PARTIAL_LINKING := true
75
- endif
76
+ # Disable partial linking due to JDK-8342974
+ $1_ENABLE_PARTIAL_LINKING := false
77
78
$1_VARDEPS := $$($1_AR) $$(ARFLAGS) $$($1_LIBS) \
79
$$($1_EXTRA_LIBS)
0 commit comments