< prev index next >

make/hotspot/lib/CompileDtraceLibraries.gmk

Print this page

        

@@ -22,11 +22,11 @@
 # or visit www.oracle.com if you need additional information or have any
 # questions.
 #
 
 ifeq ($(call check-jvm-feature, dtrace), true)
-  ifeq ($(OPENJDK_TARGET_OS), solaris)
+  ifeq ($(call isTargetOs, solaris), true)
     JNI_INCLUDE_FLAGS := \
         -I$(SUPPORT_OUTPUTDIR)/modules_include/java.base \
         -I$(SUPPORT_OUTPUTDIR)/modules_include/java.base/$(OPENJDK_TARGET_OS_INCLUDE_SUBDIR) \
         #
 
< prev index next >