mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 08:45:33 +00:00
8136690: AIX: libjimage should be linked with the C++ compiler
Reviewed-by: ihse
This commit is contained in:
parent
623caa1da9
commit
d33fffce04
@ -239,8 +239,13 @@ TARGETS += $(BUILD_LIBZIP)
|
||||
|
||||
##########################################################################################
|
||||
|
||||
ifeq ($(OPENJDK_TARGET_OS), aix)
|
||||
LIBJIMAGE_TOOLCHAIN := TOOLCHAIN_LINK_CXX
|
||||
endif # OPENJDK_TARGET_OS aix
|
||||
|
||||
$(eval $(call SetupNativeCompilation,BUILD_LIBJIMAGE, \
|
||||
LIBRARY := jimage, \
|
||||
TOOLCHAIN := $(LIBJIMAGE_TOOLCHAIN), \
|
||||
OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
|
||||
OPTIMIZATION := LOW, \
|
||||
SRC := $(JDK_TOPDIR)/src/java.base/share/native/libjimage \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user