8233600: Cross-builds fails after JDK-8233285

Reviewed-by: shade, erikj
This commit is contained in:
Boris Ulasevich 2019-11-06 19:27:15 +03:00
parent 270c5ea37e
commit 708890f2ca

View File

@ -55,7 +55,7 @@ endif
SA_TOOLCHAIN := $(TOOLCHAIN_DEFAULT) SA_TOOLCHAIN := $(TOOLCHAIN_DEFAULT)
ifeq ($(call isTargetOs, linux), true) ifeq ($(call isTargetOs, linux), true)
SA_TOOLCHAIN := TOOLCHAIN_BUILD_LINK_CXX SA_TOOLCHAIN := TOOLCHAIN_LINK_CXX
endif endif
################################################################################ ################################################################################