make/launcher/Launcher-jdk.accessibility.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 49244 995a5556edfa
child 54513 2fd0422ac495
--- a/make/launcher/Launcher-jdk.accessibility.gmk	Tue Feb 05 10:24:39 2019 +0100
+++ b/make/launcher/Launcher-jdk.accessibility.gmk	Tue Feb 05 14:57:24 2019 +0100
@@ -28,7 +28,7 @@
 ################################################################################
 # jabswitch
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
 
   JABSWITCH_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/jabswitch
   ACCESSBRIDGE_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/common
@@ -98,7 +98,7 @@
 
   endef
 
-  ifeq ($(OPENJDK_TARGET_CPU_BITS), 32)
+  ifeq ($(call isTargetCpuBits, 32), true)
     $(eval $(call SetupInspector,-32,32))
     $(eval $(call SetupWalker,-32,32))
     $(eval $(call SetupInspector,,LEGACY))