< prev index next >

make/lib/Lib-jdk.sctp.gmk

Print this page

        

@@ -25,13 +25,13 @@
 
 include LibCommon.gmk
 
 ################################################################################
 
-ifeq ($(OPENJDK_TARGET_OS_TYPE), unix)
+ifeq ($(call isTargetOsType, unix), true)
 
-  ifeq ($(filter $(OPENJDK_TARGET_OS), macosx aix), )
+  ifneq ($(call isTargetOs, macosx aix), true)
     $(eval $(call SetupJdkLibrary, BUILD_LIBSCTP, \
         NAME := sctp, \
         OPTIMIZATION := LOW, \
         CFLAGS := $(CFLAGS_JDKLIB), \
         DISABLED_WARNINGS_gcc := undef, \
< prev index next >