author | dcubed |
Thu, 24 May 2012 12:03:42 -0700 | |
changeset 12767 | c9cd24c9142d |
parent 12502 | a37189400e0d |
child 12768 | 8a0c0a310e25 |
permissions | -rw-r--r-- |
1 | 1 |
# |
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
2 |
# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. |
1 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
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 |
|
7 |
# published by the Free Software Foundation. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
# |
|
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
4018
diff
changeset
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
4018
diff
changeset
|
20 |
# or visit www.oracle.com if you need additional information or have any |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
4018
diff
changeset
|
21 |
# questions. |
1 | 22 |
# |
23 |
# |
|
24 |
||
25 |
# The common definitions for hotspot solaris builds. |
|
26 |
# Include the top level defs.make under make directory instead of this one. |
|
27 |
# This file is included into make/defs.make. |
|
28 |
||
29 |
# Need PLATFORM (os-arch combo names) for jdk and hotspot, plus libarch name |
|
30 |
SLASH_JAVA ?= /java |
|
31 |
ARCH:=$(shell uname -p) |
|
32 |
PATH_SEP = : |
|
33 |
ifeq ($(LP64), 1) |
|
34 |
ARCH_DATA_MODEL=64 |
|
35 |
else |
|
36 |
ARCH_DATA_MODEL=32 |
|
37 |
endif |
|
38 |
||
39 |
ifeq ($(ARCH),sparc) |
|
40 |
ifeq ($(ARCH_DATA_MODEL), 64) |
|
41 |
MAKE_ARGS += LP64=1 |
|
42 |
PLATFORM=solaris-sparcv9 |
|
43 |
VM_PLATFORM=solaris_sparcv9 |
|
44 |
else |
|
45 |
PLATFORM=solaris-sparc |
|
46 |
VM_PLATFORM=solaris_sparc |
|
47 |
endif |
|
48 |
HS_ARCH=sparc |
|
49 |
else |
|
50 |
ifeq ($(ARCH_DATA_MODEL), 64) |
|
51 |
MAKE_ARGS += LP64=1 |
|
52 |
PLATFORM=solaris-amd64 |
|
53 |
VM_PLATFORM=solaris_amd64 |
|
54 |
HS_ARCH=x86 |
|
55 |
else |
|
56 |
PLATFORM=solaris-i586 |
|
57 |
VM_PLATFORM=solaris_i486 |
|
58 |
HS_ARCH=x86 |
|
59 |
endif |
|
60 |
endif |
|
61 |
||
10559 | 62 |
# determine if HotSpot is being built in JDK6 or earlier version |
63 |
JDK6_OR_EARLIER=0 |
|
64 |
ifeq "$(shell expr \( '$(JDK_MAJOR_VERSION)' != '' \& '$(JDK_MINOR_VERSION)' != '' \& '$(JDK_MICRO_VERSION)' != '' \))" "1" |
|
65 |
# if the longer variable names (newer build style) are set, then check those |
|
66 |
ifeq "$(shell expr \( $(JDK_MAJOR_VERSION) = 1 \& $(JDK_MINOR_VERSION) \< 7 \))" "1" |
|
67 |
JDK6_OR_EARLIER=1 |
|
68 |
endif |
|
69 |
else |
|
70 |
# the longer variables aren't set so check the shorter variable names |
|
71 |
ifeq "$(shell expr \( '$(JDK_MAJOR_VER)' = 1 \& '$(JDK_MINOR_VER)' \< 7 \))" "1" |
|
72 |
JDK6_OR_EARLIER=1 |
|
73 |
endif |
|
74 |
endif |
|
75 |
||
76 |
ifeq ($(JDK6_OR_EARLIER),0) |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
77 |
# Full Debug Symbols is supported on JDK7 or newer. |
12502
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
78 |
# The Full Debug Symbols (FDS) default for BUILD_FLAVOR == product |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
79 |
# builds is enabled with debug info files ZIP'ed to save space. For |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
80 |
# BUILD_FLAVOR != product builds, FDS is always enabled, after all a |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
81 |
# debug build without debug info isn't very useful. |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
82 |
# The ZIP_DEBUGINFO_FILES option only has meaning when FDS is enabled. |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
83 |
# |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
84 |
# If you invoke a build with FULL_DEBUG_SYMBOLS=0, then FDS will be |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
85 |
# disabled for a BUILD_FLAVOR == product build. |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
86 |
# |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
87 |
# Note: Use of a different variable name for the FDS override option |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
88 |
# versus the FDS enabled check is intentional (FULL_DEBUG_SYMBOLS |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
89 |
# versus ENABLE_FULL_DEBUG_SYMBOLS). For auto build systems that pass |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
90 |
# in options via environment variables, use of distinct variables |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
91 |
# prevents strange behaviours. For example, in a BUILD_FLAVOR != |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
92 |
# product build, the FULL_DEBUG_SYMBOLS environment variable will be |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
93 |
# 0, but the ENABLE_FULL_DEBUG_SYMBOLS make variable will be 1. If |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
94 |
# the same variable name is used, then different values can be picked |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
95 |
# up by different parts of the build. Just to be clear, we only need |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
96 |
# two variable names because the incoming option value can be |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
97 |
# overridden in some situations, e.g., a BUILD_FLAVOR != product |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
98 |
# build. |
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
99 |
|
12502
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
100 |
ifeq ($(BUILD_FLAVOR), product) |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
101 |
FULL_DEBUG_SYMBOLS ?= 1 |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
102 |
ENABLE_FULL_DEBUG_SYMBOLS = $(FULL_DEBUG_SYMBOLS) |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
103 |
else |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
104 |
# debug variants always get Full Debug Symbols (if available) |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
105 |
ENABLE_FULL_DEBUG_SYMBOLS = 1 |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
106 |
endif |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
107 |
_JUNK_ := $(shell \ |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
108 |
echo >&2 "INFO: ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS)") |
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
109 |
# since objcopy is optional, we set ZIP_DEBUGINFO_FILES later |
10559 | 110 |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
111 |
ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
112 |
# Default OBJCOPY comes from the SUNWbinutils package: |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
113 |
DEF_OBJCOPY=/usr/sfw/bin/gobjcopy |
12767
c9cd24c9142d
7165598: enable FDS on Solaris X64 when 7165593 is fixed
dcubed
parents:
12502
diff
changeset
|
114 |
OBJCOPY=$(shell test -x $(DEF_OBJCOPY) && echo $(DEF_OBJCOPY)) |
c9cd24c9142d
7165598: enable FDS on Solaris X64 when 7165593 is fixed
dcubed
parents:
12502
diff
changeset
|
115 |
ifneq ($(ALT_OBJCOPY),) |
c9cd24c9142d
7165598: enable FDS on Solaris X64 when 7165593 is fixed
dcubed
parents:
12502
diff
changeset
|
116 |
_JUNK_ := $(shell echo >&2 "INFO: ALT_OBJCOPY=$(ALT_OBJCOPY)") |
c9cd24c9142d
7165598: enable FDS on Solaris X64 when 7165593 is fixed
dcubed
parents:
12502
diff
changeset
|
117 |
OBJCOPY=$(shell test -x $(ALT_OBJCOPY) && echo $(ALT_OBJCOPY)) |
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
118 |
endif |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
119 |
else |
10559 | 120 |
OBJCOPY= |
121 |
endif |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
122 |
|
10559 | 123 |
ifeq ($(OBJCOPY),) |
124 |
_JUNK_ := $(shell \ |
|
125 |
echo >&2 "INFO: no objcopy cmd found so cannot create .debuginfo files.") |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
126 |
ENABLE_FULL_DEBUG_SYMBOLS=0 |
12502
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
127 |
_JUNK_ := $(shell \ |
a37189400e0d
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed
parents:
12501
diff
changeset
|
128 |
echo >&2 "INFO: ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS)") |
10559 | 129 |
else |
130 |
_JUNK_ := $(shell \ |
|
131 |
echo >&2 "INFO: $(OBJCOPY) cmd found so will create .debuginfo files.") |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
132 |
|
10559 | 133 |
# Library stripping policies for .debuginfo configs: |
134 |
# all_strip - strips everything from the library |
|
135 |
# min_strip - strips most stuff from the library; leaves minimum symbols |
|
136 |
# no_strip - does not strip the library at all |
|
137 |
# |
|
138 |
# Oracle security policy requires "all_strip". A waiver was granted on |
|
139 |
# 2011.09.01 that permits using "min_strip" in the Java JDK and Java JRE. |
|
140 |
# |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
141 |
# Currently, STRIP_POLICY is only used when Full Debug Symbols is enabled. |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
142 |
# |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
143 |
STRIP_POLICY ?= min_strip |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
144 |
|
10559 | 145 |
_JUNK_ := $(shell \ |
146 |
echo >&2 "INFO: STRIP_POLICY=$(STRIP_POLICY)") |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
147 |
|
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
148 |
ZIP_DEBUGINFO_FILES ?= 1 |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
149 |
|
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
150 |
_JUNK_ := $(shell \ |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
151 |
echo >&2 "INFO: ZIP_DEBUGINFO_FILES=$(ZIP_DEBUGINFO_FILES)") |
10559 | 152 |
endif |
153 |
endif |
|
154 |
||
1 | 155 |
JDK_INCLUDE_SUBDIR=solaris |
156 |
||
10565 | 157 |
# Library suffix |
158 |
LIBRARY_SUFFIX=so |
|
159 |
||
1 | 160 |
# FIXUP: The subdirectory for a debug build is NOT the same on all platforms |
161 |
VM_DEBUG=jvmg |
|
162 |
||
163 |
EXPORT_LIST += $(EXPORT_DOCS_DIR)/platform/jvmti/jvmti.html |
|
4018
a73b8aa8e89d
6722084: JPRT make file doesn't create required symbolic link to libjvm.so
kvn
parents:
670
diff
changeset
|
164 |
|
10565 | 165 |
# client and server subdirectories have symbolic links to ../libjsig.$(LIBRARY_SUFFIX) |
166 |
EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libjsig.$(LIBRARY_SUFFIX) |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
167 |
ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
168 |
ifeq ($(ZIP_DEBUGINFO_FILES),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
169 |
EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libjsig.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
170 |
else |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
171 |
EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libjsig.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
172 |
endif |
10559 | 173 |
endif |
4018
a73b8aa8e89d
6722084: JPRT make file doesn't create required symbolic link to libjvm.so
kvn
parents:
670
diff
changeset
|
174 |
|
1 | 175 |
EXPORT_SERVER_DIR = $(EXPORT_JRE_LIB_ARCH_DIR)/server |
10259 | 176 |
EXPORT_CLIENT_DIR = $(EXPORT_JRE_LIB_ARCH_DIR)/client |
177 |
||
6176
4d9030fe341f
6953477: Increase portability and flexibility of building Hotspot
bobv
parents:
5702
diff
changeset
|
178 |
ifneq ($(BUILD_CLIENT_ONLY),true) |
1 | 179 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/Xusage.txt |
10565 | 180 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.$(LIBRARY_SUFFIX) |
181 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_db.$(LIBRARY_SUFFIX) |
|
182 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_dtrace.$(LIBRARY_SUFFIX) |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
183 |
ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
184 |
ifeq ($(ZIP_DEBUGINFO_FILES),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
185 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
186 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_db.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
187 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_dtrace.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
188 |
else |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
189 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
190 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_db.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
191 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_dtrace.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
192 |
endif |
10559 | 193 |
endif |
6176
4d9030fe341f
6953477: Increase portability and flexibility of building Hotspot
bobv
parents:
5702
diff
changeset
|
194 |
endif |
1 | 195 |
ifeq ($(ARCH_DATA_MODEL), 32) |
196 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/Xusage.txt |
|
10565 | 197 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm.$(LIBRARY_SUFFIX) |
198 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_db.$(LIBRARY_SUFFIX) |
|
199 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_dtrace.$(LIBRARY_SUFFIX) |
|
200 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_db.$(LIBRARY_SUFFIX) |
|
201 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_dtrace.$(LIBRARY_SUFFIX) |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
202 |
ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
203 |
ifeq ($(ZIP_DEBUGINFO_FILES),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
204 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
205 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_db.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
206 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_dtrace.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
207 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_db.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
208 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_dtrace.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
209 |
else |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
210 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
211 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_db.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
212 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_dtrace.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
213 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_db.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
214 |
EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_dtrace.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
215 |
endif |
10559 | 216 |
endif |
6176
4d9030fe341f
6953477: Increase portability and flexibility of building Hotspot
bobv
parents:
5702
diff
changeset
|
217 |
ifneq ($(BUILD_CLIENT_ONLY), true) |
10565 | 218 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/64/libjvm_db.$(LIBRARY_SUFFIX) |
219 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/64/libjvm_dtrace.$(LIBRARY_SUFFIX) |
|
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
220 |
ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
221 |
ifeq ($(ZIP_DEBUGINFO_FILES),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
222 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/64/libjvm_db.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
223 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/64/libjvm_dtrace.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
224 |
else |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
225 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/64/libjvm_db.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
226 |
EXPORT_LIST += $(EXPORT_SERVER_DIR)/64/libjvm_dtrace.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
227 |
endif |
10559 | 228 |
endif |
6176
4d9030fe341f
6953477: Increase portability and flexibility of building Hotspot
bobv
parents:
5702
diff
changeset
|
229 |
endif |
1 | 230 |
endif |
231 |
||
10565 | 232 |
EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.$(LIBRARY_SUFFIX) |
12501
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
233 |
ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
234 |
ifeq ($(ZIP_DEBUGINFO_FILES),1) |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
235 |
EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.diz |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
236 |
else |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
237 |
EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.debuginfo |
ea7feae692ae
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed
parents:
10571
diff
changeset
|
238 |
endif |
10559 | 239 |
endif |
1 | 240 |
EXPORT_LIST += $(EXPORT_LIB_DIR)/sa-jdi.jar |