8328146: Set LIBCXX automatically

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2024-03-15 13:23:37 +00:00
parent 90ab52e598
commit 42aec8c5e7
9 changed files with 21 additions and 17 deletions

View file

@ -122,7 +122,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJIMAGE, \
CFLAGS_unix := -UDEBUG, \
LDFLAGS := $(LDFLAGS_JDKLIB) $(LDFLAGS_CXX_JDK) \
$(call SET_SHARED_LIBRARY_ORIGIN), \
LIBS_unix := -ljvm -ldl $(LIBCXX), \
LIBS_unix := -ljvm -ldl, \
LIBS_windows := jvm.lib, \
))