make/lib/Lib-jdk.pack.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
    39         -I$(SUPPORT_OUTPUTDIR)/headers/java.base \
    39         -I$(SUPPORT_OUTPUTDIR)/headers/java.base \
    40         -I$(TOPDIR)/src/jdk.pack/share/native/common-unpack \
    40         -I$(TOPDIR)/src/jdk.pack/share/native/common-unpack \
    41         $(LIBJAVA_HEADER_FLAGS), \
    41         $(LIBJAVA_HEADER_FLAGS), \
    42     CFLAGS_release := -DPRODUCT, \
    42     CFLAGS_release := -DPRODUCT, \
    43     DISABLED_WARNINGS_gcc := implicit-fallthrough, \
    43     DISABLED_WARNINGS_gcc := implicit-fallthrough, \
    44     MAPFILE := $(TOPDIR)/make/mapfiles/libunpack/mapfile-vers, \
       
    45     LDFLAGS := $(LDFLAGS_JDKLIB) $(LDFLAGS_CXX_JDK) \
    44     LDFLAGS := $(LDFLAGS_JDKLIB) $(LDFLAGS_CXX_JDK) \
    46         $(call SET_SHARED_LIBRARY_ORIGIN), \
    45         $(call SET_SHARED_LIBRARY_ORIGIN), \
    47     LDFLAGS_windows := -map:$(SUPPORT_OUTPUTDIR)/native/$(MODULE)/unpack.map -debug, \
    46     LDFLAGS_windows := -map:$(SUPPORT_OUTPUTDIR)/native/$(MODULE)/unpack.map -debug, \
    48     LIBS_unix := -ljvm $(LIBCXX) -ljava -lc, \
    47     LIBS_unix := -ljvm $(LIBCXX) -ljava -lc, \
    49     LIBS_windows := jvm.lib $(WIN_JAVA_LIB), \
    48     LIBS_windows := jvm.lib $(WIN_JAVA_LIB), \