make/lib/LibCommon.gmk
branchihse-remove-mapfiles-branch
changeset 56106 40e61db323c2
parent 48751 54f355e65415
child 56113 02cec376750e
equal deleted inserted replaced
56105:749e0ffa206f 56106:40e61db323c2
    34 
    34 
    35 # Absolute paths to lib files on windows for use in LDFLAGS. Should figure out a more
    35 # Absolute paths to lib files on windows for use in LDFLAGS. Should figure out a more
    36 # elegant solution to this.
    36 # elegant solution to this.
    37 WIN_JAVA_LIB := $(SUPPORT_OUTPUTDIR)/native/java.base/libjava/java.lib
    37 WIN_JAVA_LIB := $(SUPPORT_OUTPUTDIR)/native/java.base/libjava/java.lib
    38 
    38 
       
    39 DISABLE_MAPFILES := true
       
    40 CFLAGS_JDKLIB := -fvisibility=hidden $(CFLAGS_JDKLIB)
       
    41 
    39 ifneq ($(findstring $(OPENJDK_TARGET_OS), macosx windows), )
    42 ifneq ($(findstring $(OPENJDK_TARGET_OS), macosx windows), )
    40   DISABLE_MAPFILES := true
    43   DISABLE_MAPFILES := true
    41 endif
    44 endif
    42 
    45 
    43 ################################################################################
    46 ################################################################################