< prev index next >

make/lib/Lib-jdk.accessibility.gmk

Print this page

        

@@ -25,11 +25,11 @@
 
 include LibCommon.gmk
 
 ################################################################################
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
 
   ROOT_SRCDIR := $(TOPDIR)/src/jdk.accessibility/windows/native
 
   define SetupJavaDLL
     # Parameter 1 Suffix

@@ -98,11 +98,11 @@
 
     TARGETS += $$(BUILD_ACCESSBRIDGESYSINFO)
 
   endef
 
-  ifeq ($(OPENJDK_TARGET_CPU_BITS), 32)
+  ifeq ($(call isTargetCpuBits, 32), true)
     $(eval $(call SetupAccessBridgeSysInfo))
     $(eval $(call SetupJavaDLL,-32,32))
     $(eval $(call SetupJavaDLL,,LEGACY))
     $(eval $(call SetupWinDLL,-32,32))
     $(eval $(call SetupWinDLL,,LEGACY))
< prev index next >