author | jlahoda |
Wed, 13 Apr 2016 09:50:48 +0200 | |
changeset 37390 | bf1552d6bc16 |
parent 36506 | 17612cee3530 |
child 37035 | 08e00f202d7a |
child 37402 | 62b5f067032e |
permissions | -rw-r--r-- |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
1 |
# |
35747 | 2 |
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
4 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
10 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
15 |
# accompanied this code). |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
16 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
20 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
23 |
# questions. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
24 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
25 |
|
34596
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
26 |
############################################################################### |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
27 |
# Check which variant of the JDK that we want to build. |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
28 |
# Currently we have: |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
29 |
# normal: standard edition |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
30 |
# but the custom make system may add other variants |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
31 |
# |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
32 |
# Effectively the JDK variant gives a name to a specific set of |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
33 |
# modules to compile into the JDK. |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
34 |
AC_DEFUN_ONCE([JDKOPT_SETUP_JDK_VARIANT], |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
35 |
[ |
20363 | 36 |
AC_MSG_CHECKING([which variant of the JDK to build]) |
37 |
AC_ARG_WITH([jdk-variant], [AS_HELP_STRING([--with-jdk-variant], |
|
38 |
[JDK variant to build (normal) @<:@normal@:>@])]) |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
39 |
|
20363 | 40 |
if test "x$with_jdk_variant" = xnormal || test "x$with_jdk_variant" = x; then |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
41 |
JDK_VARIANT="normal" |
20363 | 42 |
else |
13697 | 43 |
AC_MSG_ERROR([The available JDK variants are: normal]) |
20363 | 44 |
fi |
13697 | 45 |
|
20363 | 46 |
AC_SUBST(JDK_VARIANT) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
47 |
|
20363 | 48 |
AC_MSG_RESULT([$JDK_VARIANT]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
49 |
]) |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
50 |
|
22460
0273c023680c
8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
17819
diff
changeset
|
51 |
############################################################################### |
34596
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
52 |
# Set the debug level |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
53 |
# release: no debug information, all optimizations, no asserts. |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
54 |
# optimized: no debug information, all optimizations, no asserts, HotSpot target is 'optimized'. |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
55 |
# fastdebug: debug information (-g), all optimizations, all asserts |
e8328ce5b64e
8142907: Integration of minor fixes from the build-infra project
ihse
parents:
34495
diff
changeset
|
56 |
# slowdebug: debug information (-g), no optimizations, all asserts |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
57 |
AC_DEFUN_ONCE([JDKOPT_SETUP_DEBUG_LEVEL], |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
58 |
[ |
20363 | 59 |
DEBUG_LEVEL="release" |
60 |
AC_MSG_CHECKING([which debug level to use]) |
|
61 |
AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug], |
|
62 |
[set the debug level to fastdebug (shorthand for --with-debug-level=fastdebug) @<:@disabled@:>@])], |
|
63 |
[ |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
64 |
ENABLE_DEBUG="${enableval}" |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
65 |
DEBUG_LEVEL="fastdebug" |
20363 | 66 |
], [ENABLE_DEBUG="no"]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
67 |
|
20363 | 68 |
AC_ARG_WITH([debug-level], [AS_HELP_STRING([--with-debug-level], |
35747 | 69 |
[set the debug level (release, fastdebug, slowdebug, optimized) @<:@release@:>@])], |
20363 | 70 |
[ |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
71 |
DEBUG_LEVEL="${withval}" |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
72 |
if test "x$ENABLE_DEBUG" = xyes; then |
20363 | 73 |
AC_MSG_ERROR([You cannot use both --enable-debug and --with-debug-level at the same time.]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
74 |
fi |
20363 | 75 |
]) |
76 |
AC_MSG_RESULT([$DEBUG_LEVEL]) |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
77 |
|
20363 | 78 |
if test "x$DEBUG_LEVEL" != xrelease && \ |
23424
65039fb99fda
8037298: Export HotSpots 'optimized' (i.e. not-product) configuration in the top-level configure/makefile
simonis
parents:
22721
diff
changeset
|
79 |
test "x$DEBUG_LEVEL" != xoptimized && \ |
20363 | 80 |
test "x$DEBUG_LEVEL" != xfastdebug && \ |
81 |
test "x$DEBUG_LEVEL" != xslowdebug; then |
|
35747 | 82 |
AC_MSG_ERROR([Allowed debug levels are: release, fastdebug, slowdebug and optimized]) |
20363 | 83 |
fi |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
84 |
]) |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
85 |
|
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
86 |
############################################################################### |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
87 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
88 |
# Should we build only OpenJDK even if closed sources are present? |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
89 |
# |
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
90 |
AC_DEFUN_ONCE([JDKOPT_SETUP_OPEN_OR_CUSTOM], |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
91 |
[ |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
92 |
AC_ARG_ENABLE([openjdk-only], [AS_HELP_STRING([--enable-openjdk-only], |
20363 | 93 |
[suppress building custom source even if present @<:@disabled@:>@])],,[enable_openjdk_only="no"]) |
14111 | 94 |
|
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
95 |
AC_MSG_CHECKING([for presence of closed sources]) |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
96 |
if test -d "$SRC_ROOT/jdk/src/closed"; then |
14111 | 97 |
CLOSED_SOURCE_PRESENT=yes |
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
98 |
else |
14111 | 99 |
CLOSED_SOURCE_PRESENT=no |
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
100 |
fi |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
101 |
AC_MSG_RESULT([$CLOSED_SOURCE_PRESENT]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
102 |
|
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
103 |
AC_MSG_CHECKING([if closed source is suppressed (openjdk-only)]) |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
104 |
SUPPRESS_CLOSED_SOURCE="$enable_openjdk_only" |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
105 |
AC_MSG_RESULT([$SUPPRESS_CLOSED_SOURCE]) |
14111 | 106 |
|
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
107 |
if test "x$CLOSED_SOURCE_PRESENT" = xno; then |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
108 |
OPENJDK=true |
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
109 |
if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
110 |
AC_MSG_WARN([No closed source present, --enable-openjdk-only makes no sense]) |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
111 |
fi |
14111 | 112 |
else |
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
113 |
if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
114 |
OPENJDK=true |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
115 |
else |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
116 |
OPENJDK=false |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
117 |
fi |
14111 | 118 |
fi |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
119 |
|
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
120 |
if test "x$OPENJDK" = "xtrue"; then |
14111 | 121 |
SET_OPENJDK="OPENJDK=true" |
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
122 |
fi |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
123 |
|
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
124 |
AC_SUBST(SET_OPENJDK) |
22714
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22709
diff
changeset
|
125 |
|
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22709
diff
changeset
|
126 |
# custom-make-dir is deprecated. Please use your custom-hook.m4 to override |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22709
diff
changeset
|
127 |
# the IncludeCustomExtension macro. |
a752920c4317
8034191: Move relevant parts of build system to new closed repo
ihse
parents:
22709
diff
changeset
|
128 |
BASIC_DEPRECATED_ARG_WITH(custom-make-dir) |
15069
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
129 |
]) |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
130 |
|
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
131 |
AC_DEFUN_ONCE([JDKOPT_SETUP_JDK_OPTIONS], |
c6dab988d808
8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj
parents:
15067
diff
changeset
|
132 |
[ |
20363 | 133 |
# Should we build a JDK/JVM with headful support (ie a graphical ui)? |
134 |
# We always build headless support. |
|
135 |
AC_MSG_CHECKING([headful support]) |
|
136 |
AC_ARG_ENABLE([headful], [AS_HELP_STRING([--disable-headful], |
|
137 |
[disable building headful support (graphical UI support) @<:@enabled@:>@])], |
|
138 |
[SUPPORT_HEADFUL=${enable_headful}], [SUPPORT_HEADFUL=yes]) |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
139 |
|
20363 | 140 |
SUPPORT_HEADLESS=yes |
141 |
BUILD_HEADLESS="BUILD_HEADLESS:=true" |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
142 |
|
20363 | 143 |
if test "x$SUPPORT_HEADFUL" = xyes; then |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
144 |
# We are building both headful and headless. |
20273 | 145 |
headful_msg="include support for both headful and headless" |
20363 | 146 |
fi |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
147 |
|
20363 | 148 |
if test "x$SUPPORT_HEADFUL" = xno; then |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
149 |
# Thus we are building headless only. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
150 |
BUILD_HEADLESS="BUILD_HEADLESS:=true" |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
151 |
headful_msg="headless only" |
20363 | 152 |
fi |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
153 |
|
20363 | 154 |
AC_MSG_RESULT([$headful_msg]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
155 |
|
20363 | 156 |
AC_SUBST(SUPPORT_HEADLESS) |
157 |
AC_SUBST(SUPPORT_HEADFUL) |
|
158 |
AC_SUBST(BUILD_HEADLESS) |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
159 |
|
20363 | 160 |
# Choose cacerts source file |
161 |
AC_ARG_WITH(cacerts-file, [AS_HELP_STRING([--with-cacerts-file], |
|
162 |
[specify alternative cacerts file])]) |
|
163 |
if test "x$with_cacerts_file" != x; then |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
164 |
CACERTS_FILE=$with_cacerts_file |
20363 | 165 |
fi |
166 |
AC_SUBST(CACERTS_FILE) |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
167 |
|
20363 | 168 |
# Enable or disable unlimited crypto |
169 |
AC_ARG_ENABLE(unlimited-crypto, [AS_HELP_STRING([--enable-unlimited-crypto], |
|
170 |
[Enable unlimited crypto policy @<:@disabled@:>@])],, |
|
171 |
[enable_unlimited_crypto=no]) |
|
172 |
if test "x$enable_unlimited_crypto" = "xyes"; then |
|
14112
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
173 |
UNLIMITED_CRYPTO=true |
20363 | 174 |
else |
14112
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
175 |
UNLIMITED_CRYPTO=false |
20363 | 176 |
fi |
177 |
AC_SUBST(UNLIMITED_CRYPTO) |
|
14112
1b447f5cb0d1
8001897: build-infra: misc adjustments to configure script
ihse
parents:
14111
diff
changeset
|
178 |
|
35747 | 179 |
# Should we build the serviceability agent (SA)? |
180 |
INCLUDE_SA=true |
|
181 |
if test "x$JVM_VARIANT_ZERO" = xtrue ; then |
|
182 |
INCLUDE_SA=false |
|
183 |
fi |
|
184 |
if test "x$JVM_VARIANT_ZEROSHARK" = xtrue ; then |
|
185 |
INCLUDE_SA=false |
|
186 |
fi |
|
187 |
if test "x$OPENJDK_TARGET_OS" = xaix ; then |
|
188 |
INCLUDE_SA=false |
|
189 |
fi |
|
190 |
if test "x$OPENJDK_TARGET_CPU" = xaarch64; then |
|
191 |
INCLUDE_SA=false |
|
192 |
fi |
|
193 |
AC_SUBST(INCLUDE_SA) |
|
194 |
||
20363 | 195 |
# Compress jars |
196 |
COMPRESS_JARS=false |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
197 |
|
20363 | 198 |
AC_SUBST(COMPRESS_JARS) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
199 |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
200 |
# Setup default copyright year. Mostly overridden when building close to a new year. |
27584
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
201 |
AC_ARG_WITH(copyright-year, [AS_HELP_STRING([--with-copyright-year], |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
202 |
[Set copyright year value for build @<:@current year@:>@])]) |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
203 |
if test "x$with_copyright_year" = xyes; then |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
204 |
AC_MSG_ERROR([Copyright year must have a value]) |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
205 |
elif test "x$with_copyright_year" != x; then |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
206 |
COPYRIGHT_YEAR="$with_copyright_year" |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
207 |
else |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
208 |
COPYRIGHT_YEAR=`date +'%Y'` |
01a719b65d1e
8065183: Add --with-copyright-year option to configure
erikj
parents:
27133
diff
changeset
|
209 |
fi |
20363 | 210 |
AC_SUBST(COPYRIGHT_YEAR) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
211 |
]) |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
212 |
|
33926
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
213 |
############################################################################### |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
214 |
# |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
215 |
# Enable or disable the elliptic curve crypto implementation |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
216 |
# |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
217 |
AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC], |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
218 |
[ |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
219 |
AC_MSG_CHECKING([if elliptic curve crypto implementation is present]) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
220 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
221 |
if test -d "${SRC_ROOT}/jdk/src/jdk.crypto.ec/share/native/libsunec/impl"; then |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
222 |
ENABLE_INTREE_EC=yes |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
223 |
AC_MSG_RESULT([yes]) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
224 |
else |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
225 |
ENABLE_INTREE_EC=no |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
226 |
AC_MSG_RESULT([no]) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
227 |
fi |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
228 |
|
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
229 |
AC_SUBST(ENABLE_INTREE_EC) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
230 |
]) |
3a19edba4808
8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
29305
diff
changeset
|
231 |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
232 |
AC_DEFUN_ONCE([JDKOPT_SETUP_DEBUG_SYMBOLS], |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
233 |
[ |
20363 | 234 |
# |
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
235 |
# NATIVE_DEBUG_SYMBOLS |
20363 | 236 |
# This must be done after the toolchain is setup, since we're looking at objcopy. |
237 |
# |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
238 |
AC_MSG_CHECKING([what type of native debug symbols to use]) |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
239 |
AC_ARG_WITH([native-debug-symbols], |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
240 |
[AS_HELP_STRING([--with-native-debug-symbols], |
35747 | 241 |
[set the native debug symbol configuration (none, internal, external, zipped) @<:@varying@:>@])], |
34605
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
242 |
[ |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
243 |
if test "x$OPENJDK_TARGET_OS" = xaix; then |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
244 |
if test "x$withval" = xexternal || test "x$withval" = xzipped; then |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
245 |
AC_MSG_ERROR([AIX only supports the parameters 'none' and 'internal' for --with-native-debug-symbols]) |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
246 |
fi |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
247 |
fi |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
248 |
], |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
249 |
[ |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
250 |
if test "x$OPENJDK_TARGET_OS" = xaix; then |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
251 |
# AIX doesn't support 'zipped' so use 'internal' as default |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
252 |
with_native_debug_symbols="internal" |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
253 |
else |
35747 | 254 |
if test "x$STATIC_BUILD" = xtrue; then |
255 |
with_native_debug_symbols="none" |
|
256 |
else |
|
257 |
with_native_debug_symbols="zipped" |
|
258 |
fi |
|
34605
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
259 |
fi |
60c12f0860d6
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
simonis
parents:
34596
diff
changeset
|
260 |
]) |
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
261 |
NATIVE_DEBUG_SYMBOLS=$with_native_debug_symbols |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
262 |
AC_MSG_RESULT([$NATIVE_DEBUG_SYMBOLS]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
263 |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
264 |
if test "x$NATIVE_DEBUG_SYMBOLS" = xzipped; then |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
265 |
|
34495 | 266 |
if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux; then |
267 |
if test "x$OBJCOPY" = x; then |
|
268 |
# enabling of enable-debug-symbols and can't find objcopy |
|
269 |
# this is an error |
|
270 |
AC_MSG_ERROR([Unable to find objcopy, cannot enable native debug symbols]) |
|
271 |
fi |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
272 |
fi |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
273 |
|
35032 | 274 |
COMPILE_WITH_DEBUG_SYMBOLS=true |
275 |
COPY_DEBUG_SYMBOLS=true |
|
276 |
ZIP_EXTERNAL_DEBUG_SYMBOLS=true |
|
277 |
||
278 |
# Hotspot legacy support, not relevant with COPY_DEBUG_SYMBOLS=true |
|
35010
d0e2516cc2a2
8145564: 8036003: startup regression on linux fastdebug builds
erikj
parents:
34495
diff
changeset
|
279 |
DEBUG_BINARIES=false |
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
280 |
STRIP_POLICY=min_strip |
35747 | 281 |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
282 |
elif test "x$NATIVE_DEBUG_SYMBOLS" = xnone; then |
35032 | 283 |
COMPILE_WITH_DEBUG_SYMBOLS=false |
284 |
COPY_DEBUG_SYMBOLS=false |
|
285 |
ZIP_EXTERNAL_DEBUG_SYMBOLS=false |
|
286 |
||
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
287 |
DEBUG_BINARIES=false |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
288 |
STRIP_POLICY=no_strip |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
289 |
elif test "x$NATIVE_DEBUG_SYMBOLS" = xinternal; then |
35032 | 290 |
COMPILE_WITH_DEBUG_SYMBOLS=true |
291 |
COPY_DEBUG_SYMBOLS=false |
|
292 |
ZIP_EXTERNAL_DEBUG_SYMBOLS=false |
|
293 |
||
294 |
# Hotspot legacy support, will turn on -g when COPY_DEBUG_SYMBOLS=false |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
295 |
DEBUG_BINARIES=true |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
296 |
STRIP_POLICY=no_strip |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
297 |
STRIP="" |
35747 | 298 |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
299 |
elif test "x$NATIVE_DEBUG_SYMBOLS" = xexternal; then |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
300 |
|
34495 | 301 |
if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux; then |
302 |
if test "x$OBJCOPY" = x; then |
|
303 |
# enabling of enable-debug-symbols and can't find objcopy |
|
304 |
# this is an error |
|
305 |
AC_MSG_ERROR([Unable to find objcopy, cannot enable native debug symbols]) |
|
306 |
fi |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
307 |
fi |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
308 |
|
35032 | 309 |
COMPILE_WITH_DEBUG_SYMBOLS=true |
310 |
COPY_DEBUG_SYMBOLS=true |
|
311 |
ZIP_EXTERNAL_DEBUG_SYMBOLS=false |
|
312 |
||
313 |
# Hotspot legacy support, not relevant with COPY_DEBUG_SYMBOLS=true |
|
35010
d0e2516cc2a2
8145564: 8036003: startup regression on linux fastdebug builds
erikj
parents:
34495
diff
changeset
|
314 |
DEBUG_BINARIES=false |
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
315 |
STRIP_POLICY=min_strip |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
316 |
else |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
317 |
AC_MSG_ERROR([Allowed native debug symbols are: none, internal, external, zipped]) |
20363 | 318 |
fi |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
319 |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
320 |
# --enable-debug-symbols is deprecated. |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
321 |
# Please use --with-native-debug-symbols=[internal,external,zipped] . |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
322 |
BASIC_DEPRECATED_ARG_ENABLE(debug-symbols, debug_symbols, |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
323 |
[Please use --with-native-debug-symbols=[[internal,external,zipped]] .]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
324 |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
325 |
# --enable-zip-debug-info is deprecated. |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
326 |
# Please use --with-native-debug-symbols=zipped . |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
327 |
BASIC_DEPRECATED_ARG_ENABLE(zip-debug-info, zip_debug_info, |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
328 |
[Please use --with-native-debug-symbols=zipped .]) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
329 |
|
35032 | 330 |
AC_SUBST(COMPILE_WITH_DEBUG_SYMBOLS) |
331 |
AC_SUBST(COPY_DEBUG_SYMBOLS) |
|
332 |
AC_SUBST(ZIP_EXTERNAL_DEBUG_SYMBOLS) |
|
333 |
||
334 |
# Legacy values |
|
34493
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
335 |
AC_SUBST(DEBUG_BINARIES) |
c68e0ab807d8
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
ysuenaga
parents:
33954
diff
changeset
|
336 |
AC_SUBST(STRIP_POLICY) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
337 |
]) |
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
338 |
|
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
339 |
################################################################################ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
340 |
# |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
341 |
# Gcov coverage data for hotspot |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
342 |
# |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
343 |
AC_DEFUN_ONCE([JDKOPT_SETUP_CODE_COVERAGE], |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
344 |
[ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
345 |
AC_ARG_ENABLE(native-coverage, [AS_HELP_STRING([--enable-native-coverage], |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
346 |
[enable native compilation with code coverage data@<:@disabled@:>@])]) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
347 |
GCOV_ENABLED="false" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
348 |
if test "x$enable_native_coverage" = "xyes"; then |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
349 |
if test "x$TOOLCHAIN_TYPE" = "xgcc"; then |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
350 |
AC_MSG_CHECKING([if native coverage is enabled]) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
351 |
AC_MSG_RESULT([yes]) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
352 |
GCOV_CFLAGS="-fprofile-arcs -ftest-coverage -fno-inline" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
353 |
GCOV_LDFLAGS="-fprofile-arcs" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
354 |
LEGACY_EXTRA_CFLAGS="$LEGACY_EXTRA_CFLAGS $GCOV_CFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
355 |
LEGACY_EXTRA_CXXFLAGS="$LEGACY_EXTRA_CXXFLAGS $GCOV_CFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
356 |
LEGACY_EXTRA_LDFLAGS="$LEGACY_EXTRA_LDFLAGS $GCOV_LDFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
357 |
CFLAGS_JDKLIB="$CFLAGS_JDKLIB $GCOV_CFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
358 |
CFLAGS_JDKEXE="$CFLAGS_JDKEXE $GCOV_CFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
359 |
CXXFLAGS_JDKLIB="$CXXFLAGS_JDKLIB $GCOV_CFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
360 |
CXXFLAGS_JDKEXE="$CXXFLAGS_JDKEXE $GCOV_CFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
361 |
LDFLAGS_JDKLIB="$LDFLAGS_JDKLIB $GCOV_LDFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
362 |
LDFLAGS_JDKEXE="$LDFLAGS_JDKEXE $GCOV_LDFLAGS" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
363 |
GCOV_ENABLED="true" |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
364 |
else |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
365 |
AC_MSG_ERROR([--enable-native-coverage only works with toolchain type gcc]) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
366 |
fi |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
367 |
elif test "x$enable_native_coverage" = "xno"; then |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
368 |
AC_MSG_CHECKING([if native coverage is enabled]) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
369 |
AC_MSG_RESULT([no]) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
370 |
elif test "x$enable_native_coverage" != "x"; then |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
371 |
AC_MSG_ERROR([--enable-native-coverage can only be assigned "yes" or "no"]) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
372 |
fi |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
373 |
|
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
374 |
AC_SUBST(GCOV_ENABLED) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
29162
diff
changeset
|
375 |
]) |
33562
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
376 |
|
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
377 |
################################################################################ |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
378 |
# |
35747 | 379 |
# Static build support. When enabled will generate static |
33562
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
380 |
# libraries instead of shared libraries for all JDK libs. |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
381 |
# |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
382 |
AC_DEFUN_ONCE([JDKOPT_SETUP_STATIC_BUILD], |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
383 |
[ |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
384 |
AC_ARG_ENABLE([static-build], [AS_HELP_STRING([--enable-static-build], |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
385 |
[enable static library build @<:@disabled@:>@])]) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
386 |
STATIC_BUILD=false |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
387 |
if test "x$enable_static_build" = "xyes"; then |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
388 |
AC_MSG_CHECKING([if static build is enabled]) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
389 |
AC_MSG_RESULT([yes]) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
390 |
if test "x$OPENJDK_TARGET_OS" != "xmacosx"; then |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
391 |
AC_MSG_ERROR([--enable-static-build is only supported for macosx builds]) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
392 |
fi |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
393 |
STATIC_BUILD_CFLAGS="-DSTATIC_BUILD=1" |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
394 |
LEGACY_EXTRA_CFLAGS="$LEGACY_EXTRA_CFLAGS $STATIC_BUILD_CFLAGS" |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
395 |
LEGACY_EXTRA_CXXFLAGS="$LEGACY_EXTRA_CXXFLAGS $STATIC_BUILD_CFLAGS" |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
396 |
CFLAGS_JDKLIB_EXTRA="$CFLAGS_JDKLIB_EXTRA $STATIC_BUILD_CFLAGS" |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
397 |
CXXFLAGS_JDKLIB_EXTRA="$CXXFLAGS_JDKLIB_EXTRA $STATIC_BUILD_CFLAGS" |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
398 |
STATIC_BUILD=true |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
399 |
elif test "x$enable_static_build" = "xno"; then |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
400 |
AC_MSG_CHECKING([if static build is enabled]) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
401 |
AC_MSG_RESULT([no]) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
402 |
elif test "x$enable_static_build" != "x"; then |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
403 |
AC_MSG_ERROR([--enable-static-build can only be assigned "yes" or "no"]) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
404 |
fi |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
405 |
|
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
406 |
AC_SUBST(STATIC_BUILD) |
c76b2fa11486
8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv
parents:
32554
diff
changeset
|
407 |
]) |
36506 | 408 |
|
409 |
################################################################################ |
|
410 |
# |
|
411 |
# jlink options. |
|
412 |
# We always keep packaged modules in JDK image. |
|
413 |
# |
|
414 |
AC_DEFUN_ONCE([JDKOPT_SETUP_JLINK_OPTIONS], |
|
415 |
[ |
|
416 |
AC_ARG_ENABLE([keep-packaged-modules], [AS_HELP_STRING([--disable-keep-packaged-modules], |
|
417 |
[Do not keep packaged modules in jdk image @<:@enable@:>@])]) |
|
418 |
||
419 |
if test "x$enable_keep_packaged_modules" = "xyes"; then |
|
420 |
AC_MSG_CHECKING([if packaged modules are kept]) |
|
421 |
AC_MSG_RESULT([yes]) |
|
422 |
JLINK_KEEP_PACKAGED_MODULES=true |
|
423 |
elif test "x$enable_keep_packaged_modules" = "xno"; then |
|
424 |
AC_MSG_CHECKING([if packaged modules are kept]) |
|
425 |
AC_MSG_RESULT([no]) |
|
426 |
JLINK_KEEP_PACKAGED_MODULES=false |
|
427 |
elif test "x$enable_keep_packaged_modules" = "x"; then |
|
428 |
AC_MSG_RESULT([yes (default)]) |
|
429 |
JLINK_KEEP_PACKAGED_MODULES=true |
|
430 |
else |
|
431 |
AC_MSG_ERROR([--enable-keep-packaged-modules accepts no argument]) |
|
432 |
fi |
|
433 |
||
434 |
AC_SUBST(JLINK_KEEP_PACKAGED_MODULES) |
|
435 |
]) |