make/lib/Lib-jdk.crypto.ec.gmk
branchihse-remove-mapfiles-branch
changeset 56107 706dba352bda
parent 48766 2c4d1993b5f9
child 56721 01b558efd286
equal deleted inserted replaced
56106:40e61db323c2 56107:706dba352bda
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    54           -DMP_API_COMPATIBLE -DNSS_ECC_MORE_THAN_SUITE_B, \
    54           -DMP_API_COMPATIBLE -DNSS_ECC_MORE_THAN_SUITE_B, \
    55       CXXFLAGS := $(filter-out $(ECC_JNI_SOLSPARC_FILTER), $(CXXFLAGS_JDKLIB)) \
    55       CXXFLAGS := $(filter-out $(ECC_JNI_SOLSPARC_FILTER), $(CXXFLAGS_JDKLIB)) \
    56           $(BUILD_LIBSUNEC_FLAGS), \
    56           $(BUILD_LIBSUNEC_FLAGS), \
    57       DISABLED_WARNINGS_gcc := sign-compare implicit-fallthrough, \
    57       DISABLED_WARNINGS_gcc := sign-compare implicit-fallthrough, \
    58       DISABLED_WARNINGS_microsoft := 4101 4244 4146 4018, \
    58       DISABLED_WARNINGS_microsoft := 4101 4244 4146 4018, \
    59       MAPFILE := $(TOPDIR)/make/mapfiles/libsunec/mapfile-vers, \
       
    60       LDFLAGS := $(LDFLAGS_JDKLIB) $(LDFLAGS_CXX_JDK), \
    59       LDFLAGS := $(LDFLAGS_JDKLIB) $(LDFLAGS_CXX_JDK), \
    61       LDFLAGS_macosx := $(call SET_SHARED_LIBRARY_ORIGIN), \
    60       LDFLAGS_macosx := $(call SET_SHARED_LIBRARY_ORIGIN), \
    62       LIBS := $(LIBCXX), \
    61       LIBS := $(LIBCXX), \
    63       LIBS_linux := -lc, \
    62       LIBS_linux := -lc, \
    64       LIBS_solaris := -lc, \
    63       LIBS_solaris := -lc, \