mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 13:24:27 +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
|
@ -81,7 +81,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBNIO, \
|
|||
DISABLED_WARNINGS_clang_Net.c := unused-function unused-variable, \
|
||||
DISABLED_WARNINGS_clang_UnixNativeDispatcher.c := unused-variable, \
|
||||
JDK_LIBS := libjava libnet, \
|
||||
LIBS_linux := $(LIBDL) -lpthread, \
|
||||
LIBS_linux := $(LIBDL) $(LIBPTHREAD), \
|
||||
LIBS_aix := $(LIBDL), \
|
||||
LIBS_macosx := \
|
||||
-framework CoreFoundation \
|
||||
|
|
|
@ -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