< prev index next >

make/modules/jdk.hotspot.agent/Lib.gmk

Print this page
rev 60009 : imported patch cpp14_build

*** 64,73 **** --- 64,74 ---- DISABLED_WARNINGS_clang := sign-compare pointer-arith format-nonliteral, \ CFLAGS := $(CFLAGS_JDKLIB) $(SA_CFLAGS), \ CXXFLAGS := $(CXXFLAGS_JDKLIB) $(SA_CFLAGS) $(SA_CXXFLAGS), \ EXTRA_SRC := $(LIBSA_EXTRA_SRC), \ LDFLAGS := $(LDFLAGS_JDKLIB), \ + LIBS := $(LIBCXX), \ LIBS_linux := $(LIBDL), \ LIBS_macosx := -framework Foundation -framework JavaNativeFoundation \ -framework JavaRuntimeSupport -framework Security -framework CoreFoundation, \ LIBS_windows := dbgeng.lib, \ ))
< prev index next >