make/hotspot/lib/CompileGtest.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 51839 ab54a4d61d7f
child 54490 bf07e140c49c
--- a/make/hotspot/lib/CompileGtest.gmk	Tue Feb 05 10:24:39 2019 +0100
+++ b/make/hotspot/lib/CompileGtest.gmk	Tue Feb 05 14:57:24 2019 +0100
@@ -31,7 +31,7 @@
 
 # On Windows, there are no internal debug symbols so must set copying to true
 # to get any at all.
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   GTEST_COPY_DEBUG_SYMBOLS := true
 else
   GTEST_COPY_DEBUG_SYMBOLS := false
@@ -39,7 +39,7 @@
 
 ################################################################################
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   GTEST_JVM_MAPFILE := $(JVM_MAPFILE)
 else
   GTEST_JVM_MAPFILE := $(JVM_OUTPUTDIR)/gtest/mapfile