jdk/makefiles/CompileNativeLibraries.gmk

Print this page

        

*** 2663,2677 **** BUILD_LIBRARIES += $(BUILD_LIBJ2PKCS11) ########################################################################################## ! ifndef DISABLE_INTREE_EC ! # ! # TODO Set DISABLE_INTREE_EC in configure if src/share/native/sun/security/ec/impl ! # is not present ! # BUILD_LIBSUNEC_FLAGS:= -I$(JDK_TOPDIR)/src/share/native/sun/security/ec \ -I$(JDK_TOPDIR)/src/share/native/sun/security/ec/impl # # On sol-sparc...all libraries are compiled with -xregs=no%appl --- 2663,2674 ---- BUILD_LIBRARIES += $(BUILD_LIBJ2PKCS11) ########################################################################################## ! ifeq ($(ENABLE_INTREE_EC),yes) ! BUILD_LIBSUNEC_FLAGS:= -I$(JDK_TOPDIR)/src/share/native/sun/security/ec \ -I$(JDK_TOPDIR)/src/share/native/sun/security/ec/impl # # On sol-sparc...all libraries are compiled with -xregs=no%appl