mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-23 12:54:17 +02:00
8351322: Parameterize link option for pthreads
Reviewed-by: erikj, ihse, dholmes
This commit is contained in:
parent
af9af7e90f
commit
b957e5ed1a
9 changed files with 660 additions and 651 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue