8351322: Parameterize link option for pthreads

Reviewed-by: erikj, ihse, dholmes
This commit is contained in:
Harald Eilertsen 2025-03-11 15:11:10 +00:00
parent af9af7e90f
commit b957e5ed1a
9 changed files with 660 additions and 651 deletions

View file

@ -187,7 +187,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJLI, \
unused-function, \
DISABLED_WARNINGS_clang_java_md_macosx.m := unused-variable, \
LIBS_unix := $(LIBZ_LIBS), \
LIBS_linux := $(LIBDL) -lpthread, \
LIBS_linux := $(LIBDL) $(LIBPTHREAD), \
LIBS_macosx := \
-framework ApplicationServices \
-framework Cocoa \