8233600: Cross-builds fails after JDK-8233285
authorbulasevich
Wed, 06 Nov 2019 19:27:15 +0300
changeset 58949 a2987e18475d
parent 58947 d5156218928d
child 58950 898d548e91f5
8233600: Cross-builds fails after JDK-8233285 Reviewed-by: shade, erikj
make/lib/Lib-jdk.hotspot.agent.gmk
--- a/make/lib/Lib-jdk.hotspot.agent.gmk	Wed Nov 06 16:52:49 2019 +0100
+++ b/make/lib/Lib-jdk.hotspot.agent.gmk	Wed Nov 06 19:27:15 2019 +0300
@@ -55,7 +55,7 @@
 
 SA_TOOLCHAIN := $(TOOLCHAIN_DEFAULT)
 ifeq ($(call isTargetOs, linux), true)
-  SA_TOOLCHAIN := TOOLCHAIN_BUILD_LINK_CXX
+  SA_TOOLCHAIN := TOOLCHAIN_LINK_CXX
 endif
 
 ################################################################################