author | dchuyko |
Tue, 19 Jun 2018 18:18:46 +0300 | |
changeset 50642 | fff48b02d4a6 |
parent 50639 | c12c79a49ca2 |
child 52804 | 28094715ae71 |
permissions | -rw-r--r-- |
14111 | 1 |
# |
2 |
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. |
|
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. Oracle designates this |
|
8 |
# particular file as subject to the "Classpath" exception as provided |
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
|
10 |
# |
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
24 |
# |
|
25 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
26 |
################################################################################ |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
27 |
# The order of these defines the priority by which we try to find them. |
50273
737a17045ffe
8203795: Change default compiler on Windows to VS2017
erikj
parents:
50073
diff
changeset
|
28 |
VALID_VS_VERSIONS="2017 2013 2015 2012 2010" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
29 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
30 |
VS_DESCRIPTION_2010="Microsoft Visual Studio 2010" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
31 |
VS_VERSION_INTERNAL_2010=100 |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
32 |
VS_MSVCR_2010=msvcr100.dll |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
33 |
# We don't use msvcp on Visual Studio 2010 |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
34 |
#VS_MSVCP_2010=msvcp100.dll |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
35 |
VS_ENVVAR_2010="VS100COMNTOOLS" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
36 |
VS_VS_INSTALLDIR_2010="Microsoft Visual Studio 10.0" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
37 |
VS_SDK_INSTALLDIR_2010="Microsoft SDKs/Windows/v7.1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
38 |
VS_VS_PLATFORM_NAME_2010="v100" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
39 |
VS_SDK_PLATFORM_NAME_2010="Windows7.1SDK" |
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
40 |
VS_SUPPORTED_2010=false |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
41 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
42 |
VS_DESCRIPTION_2012="Microsoft Visual Studio 2012" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
43 |
VS_VERSION_INTERNAL_2012=110 |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
44 |
VS_MSVCR_2012=msvcr110.dll |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
45 |
VS_MSVCP_2012=msvcp110.dll |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
46 |
VS_ENVVAR_2012="VS110COMNTOOLS" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
47 |
VS_VS_INSTALLDIR_2012="Microsoft Visual Studio 11.0" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
48 |
VS_SDK_INSTALLDIR_2012= |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
49 |
VS_VS_PLATFORM_NAME_2012="v110" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
50 |
VS_SDK_PLATFORM_NAME_2012= |
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
51 |
VS_SUPPORTED_2012=false |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
52 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
53 |
VS_DESCRIPTION_2013="Microsoft Visual Studio 2013" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
54 |
VS_VERSION_INTERNAL_2013=120 |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
55 |
VS_MSVCR_2013=msvcr120.dll |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
56 |
VS_MSVCP_2013=msvcp120.dll |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
57 |
VS_ENVVAR_2013="VS120COMNTOOLS" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
58 |
VS_VS_INSTALLDIR_2013="Microsoft Visual Studio 12.0" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
59 |
VS_SDK_INSTALLDIR_2013= |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
60 |
VS_VS_PLATFORM_NAME_2013="v120" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
61 |
VS_SDK_PLATFORM_NAME_2013= |
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
62 |
VS_SUPPORTED_2013=false |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
63 |
|
50273
737a17045ffe
8203795: Change default compiler on Windows to VS2017
erikj
parents:
50073
diff
changeset
|
64 |
VS_DESCRIPTION_2015="Microsoft Visual Studio 2015" |
48678 | 65 |
VS_VERSION_INTERNAL_2015=140 |
66 |
VS_MSVCR_2015=vcruntime140.dll |
|
67 |
VS_MSVCP_2015=msvcp140.dll |
|
68 |
VS_ENVVAR_2015="VS140COMNTOOLS" |
|
69 |
VS_VS_INSTALLDIR_2015="Microsoft Visual Studio 14.0" |
|
70 |
VS_SDK_INSTALLDIR_2015= |
|
71 |
VS_VS_PLATFORM_NAME_2015="v140" |
|
72 |
VS_SDK_PLATFORM_NAME_2015= |
|
73 |
# The vcvars of 2015 breaks if 2017 is also installed. Work around this by |
|
74 |
# explicitly specifying Windows Kit 8.1 to be used. |
|
75 |
VS_ENV_ARGS_2015="8.1" |
|
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
76 |
VS_SUPPORTED_2015=false |
48678 | 77 |
|
50273
737a17045ffe
8203795: Change default compiler on Windows to VS2017
erikj
parents:
50073
diff
changeset
|
78 |
VS_DESCRIPTION_2017="Microsoft Visual Studio 2017" |
48678 | 79 |
VS_VERSION_INTERNAL_2017=141 |
80 |
VS_MSVCR_2017=vcruntime140.dll |
|
81 |
VS_MSVCP_2017=msvcp140.dll |
|
82 |
VS_ENVVAR_2017="VS150COMNTOOLS" |
|
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
83 |
VS_USE_UCRT_2017="true" |
48678 | 84 |
VS_VS_INSTALLDIR_2017="Microsoft Visual Studio/2017" |
49208
a9d89773efca
8199473: Support Visual Studio BuildTools with VS2017
erikj
parents:
48678
diff
changeset
|
85 |
VS_EDITIONS_2017="BuildTools Community Professional Enterprise" |
48678 | 86 |
VS_SDK_INSTALLDIR_2017= |
87 |
VS_VS_PLATFORM_NAME_2017="v141" |
|
88 |
VS_SDK_PLATFORM_NAME_2017= |
|
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
89 |
VS_SUPPORTED_2017=true |
48678 | 90 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
91 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
92 |
|
14111 | 93 |
AC_DEFUN([TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT], |
94 |
[ |
|
95 |
if test "x$VS_ENV_CMD" = x; then |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
96 |
VS_VERSION="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
97 |
VS_BASE="$2" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
98 |
METHOD="$3" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
99 |
|
48678 | 100 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH(VS_BASE) |
101 |
# In VS 2017, the default installation is in a subdir named after the edition. |
|
102 |
# Find the first one present and use that. |
|
103 |
if test "x$VS_EDITIONS" != x; then |
|
104 |
for edition in $VS_EDITIONS; do |
|
105 |
if test -d "$VS_BASE/$edition"; then |
|
106 |
VS_BASE="$VS_BASE/$edition" |
|
107 |
break |
|
108 |
fi |
|
109 |
done |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
110 |
fi |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
111 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
112 |
if test -d "$VS_BASE"; then |
48678 | 113 |
AC_MSG_NOTICE([Found Visual Studio installation at $VS_BASE using $METHOD]) |
114 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
|
115 |
VCVARSFILES="vc/bin/vcvars32.bat vc/auxiliary/build/vcvars32.bat" |
|
116 |
else |
|
117 |
VCVARSFILES="vc/bin/amd64/vcvars64.bat vc/bin/x86_amd64/vcvarsx86_amd64.bat \ |
|
118 |
vc/auxiliary/build/vcvarsx86_amd64.bat vc/auxiliary/build/vcvars64.bat" |
|
119 |
fi |
|
120 |
||
121 |
for VCVARSFILE in $VCVARSFILES; do |
|
122 |
if test -f "$VS_BASE/$VCVARSFILE"; then |
|
123 |
VS_ENV_CMD="$VS_BASE/$VCVARSFILE" |
|
124 |
break |
|
125 |
fi |
|
126 |
done |
|
127 |
||
128 |
if test "x$VS_ENV_CMD" = x; then |
|
129 |
AC_MSG_NOTICE([Warning: None of $VCVARSFILES were found, Visual Studio installation not recognized. Ignoring]) |
|
130 |
else |
|
131 |
# PLATFORM_TOOLSET is used during the compilation of the freetype sources |
|
132 |
# (see 'LIB_BUILD_FREETYPE' in libraries.m4) and must be one of 'v100', |
|
133 |
# 'v110' or 'v120' for VS 2010, 2012 or VS2013 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
134 |
eval PLATFORM_TOOLSET="\${VS_VS_PLATFORM_NAME_${VS_VERSION}}" |
14111 | 135 |
fi |
136 |
fi |
|
137 |
fi |
|
138 |
]) |
|
139 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
140 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
141 |
|
14111 | 142 |
AC_DEFUN([TOOLCHAIN_CHECK_POSSIBLE_WIN_SDK_ROOT], |
143 |
[ |
|
144 |
if test "x$VS_ENV_CMD" = x; then |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
145 |
VS_VERSION="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
146 |
WIN_SDK_BASE="$2" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
147 |
METHOD="$3" |
14111 | 148 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH(WIN_SDK_BASE) |
149 |
if test -d "$WIN_SDK_BASE"; then |
|
14565 | 150 |
# There have been cases of partial or broken SDK installations. A missing |
151 |
# lib dir is not going to work. |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
152 |
if test ! -d "$WIN_SDK_BASE/lib"; then |
14565 | 153 |
AC_MSG_NOTICE([Found Windows SDK installation at $WIN_SDK_BASE using $METHOD]) |
154 |
AC_MSG_NOTICE([Warning: Installation is broken, lib dir is missing. Ignoring]) |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
155 |
elif test -f "$WIN_SDK_BASE/Bin/SetEnv.Cmd"; then |
14111 | 156 |
AC_MSG_NOTICE([Found Windows SDK installation at $WIN_SDK_BASE using $METHOD]) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
157 |
VS_ENV_CMD="$WIN_SDK_BASE/Bin/SetEnv.Cmd" |
14111 | 158 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
159 |
VS_ENV_ARGS="/x86" |
|
160 |
else |
|
161 |
VS_ENV_ARGS="/x64" |
|
162 |
fi |
|
26400
4d6c6f2df610
8057538: Build the freetype library during configure on Windows
simonis
parents:
25882
diff
changeset
|
163 |
# PLATFORM_TOOLSET is used during the compilation of the freetype sources (see |
4d6c6f2df610
8057538: Build the freetype library during configure on Windows
simonis
parents:
25882
diff
changeset
|
164 |
# 'LIB_BUILD_FREETYPE' in libraries.m4) and must be 'Windows7.1SDK' for Windows7.1SDK |
4d6c6f2df610
8057538: Build the freetype library during configure on Windows
simonis
parents:
25882
diff
changeset
|
165 |
# TODO: improve detection for other versions of SDK |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
166 |
eval PLATFORM_TOOLSET="\${VS_SDK_PLATFORM_NAME_${VS_VERSION}}" |
14111 | 167 |
else |
168 |
AC_MSG_NOTICE([Found Windows SDK installation at $WIN_SDK_BASE using $METHOD]) |
|
169 |
AC_MSG_NOTICE([Warning: Installation is broken, SetEnv.Cmd is missing. Ignoring]) |
|
170 |
fi |
|
171 |
fi |
|
172 |
fi |
|
173 |
]) |
|
174 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
175 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
176 |
# Finds the bat or cmd file in Visual Studio or the SDK that sets up a proper |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
177 |
# build environment and assigns it to VS_ENV_CMD |
14111 | 178 |
AC_DEFUN([TOOLCHAIN_FIND_VISUAL_STUDIO_BAT_FILE], |
179 |
[ |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
180 |
VS_VERSION="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
181 |
eval VS_COMNTOOLS_VAR="\${VS_ENVVAR_${VS_VERSION}}" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
182 |
eval VS_COMNTOOLS="\$${VS_COMNTOOLS_VAR}" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
183 |
eval VS_INSTALL_DIR="\${VS_VS_INSTALLDIR_${VS_VERSION}}" |
48678 | 184 |
eval VS_EDITIONS="\${VS_EDITIONS_${VS_VERSION}}" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
185 |
eval SDK_INSTALL_DIR="\${VS_SDK_INSTALLDIR_${VS_VERSION}}" |
48678 | 186 |
eval VS_ENV_ARGS="\${VS_ENV_ARGS_${VS_VERSION}}" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
187 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
188 |
# When using --with-tools-dir, assume it points to the correct and default |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
189 |
# version of Visual Studio or that --with-toolchain-version was also set. |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
190 |
if test "x$with_tools_dir" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
191 |
TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
192 |
[$with_tools_dir/../..], [--with-tools-dir]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
193 |
TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
194 |
[$with_tools_dir/../../..], [--with-tools-dir]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
195 |
if test "x$VS_ENV_CMD" = x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
196 |
# Having specified an argument which is incorrect will produce an instant failure; |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
197 |
# we should not go on looking |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
198 |
AC_MSG_NOTICE([The path given by --with-tools-dir does not contain a valid]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
199 |
AC_MSG_NOTICE([Visual Studio installation. Please point to the VC/bin or VC/bin/amd64]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
200 |
AC_MSG_NOTICE([directory within the Visual Studio installation]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
201 |
AC_MSG_ERROR([Cannot locate a valid Visual Studio installation]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
202 |
fi |
20363 | 203 |
fi |
14111 | 204 |
|
205 |
VS_ENV_CMD="" |
|
206 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
207 |
if test "x$VS_COMNTOOLS" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
208 |
TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
209 |
[$VS_COMNTOOLS/../..], [$VS_COMNTOOLS_VAR variable]) |
17818
cfaa38a17d56
8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
erikj
parents:
15844
diff
changeset
|
210 |
fi |
cfaa38a17d56
8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
erikj
parents:
15844
diff
changeset
|
211 |
if test "x$PROGRAMFILES" != x; then |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
212 |
TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
213 |
[$PROGRAMFILES/$VS_INSTALL_DIR], [well-known name]) |
17818
cfaa38a17d56
8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
erikj
parents:
15844
diff
changeset
|
214 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
215 |
# Work around the insanely named ProgramFiles(x86) env variable |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
216 |
PROGRAMFILES_X86="`env | $SED -n 's/^ProgramFiles(x86)=//p'`" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
217 |
if test "x$PROGRAMFILES_X86" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
218 |
TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
219 |
[$PROGRAMFILES_X86/$VS_INSTALL_DIR], [well-known name]) |
14111 | 220 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
221 |
TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
222 |
[C:/Program Files/$VS_INSTALL_DIR], [well-known name]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
223 |
TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
224 |
[C:/Program Files (x86)/$VS_INSTALL_DIR], [well-known name]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
225 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
226 |
if test "x$SDK_INSTALL_DIR" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
227 |
if test "x$ProgramW6432" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
228 |
TOOLCHAIN_CHECK_POSSIBLE_WIN_SDK_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
229 |
[$ProgramW6432/$SDK_INSTALL_DIR], [well-known name]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
230 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
231 |
if test "x$PROGRAMW6432" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
232 |
TOOLCHAIN_CHECK_POSSIBLE_WIN_SDK_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
233 |
[$PROGRAMW6432/$SDK_INSTALL_DIR], [well-known name]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
234 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
235 |
if test "x$PROGRAMFILES" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
236 |
TOOLCHAIN_CHECK_POSSIBLE_WIN_SDK_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
237 |
[$PROGRAMFILES/$SDK_INSTALL_DIR], [well-known name]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
238 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
239 |
TOOLCHAIN_CHECK_POSSIBLE_WIN_SDK_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
240 |
[C:/Program Files/$SDK_INSTALL_DIR], [well-known name]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
241 |
TOOLCHAIN_CHECK_POSSIBLE_WIN_SDK_ROOT([${VS_VERSION}], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
242 |
[C:/Program Files (x86)/$SDK_INSTALL_DIR], [well-known name]) |
14111 | 243 |
fi |
244 |
]) |
|
245 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
246 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
247 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
248 |
AC_DEFUN([TOOLCHAIN_FIND_VISUAL_STUDIO], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
249 |
[ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
250 |
AC_ARG_WITH(toolchain-version, [AS_HELP_STRING([--with-toolchain-version], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
251 |
[the version of the toolchain to look for, use '--help' to show possible values @<:@platform dependent@:>@])]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
252 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
253 |
if test "x$with_toolchain_version" = xlist; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
254 |
# List all toolchains |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
255 |
AC_MSG_NOTICE([The following toolchain versions are valid on this platform:]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
256 |
for version in $VALID_VS_VERSIONS; do |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
257 |
eval VS_DESCRIPTION=\${VS_DESCRIPTION_$version} |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
258 |
$PRINTF " %-10s %s\n" $version "$VS_DESCRIPTION" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
259 |
done |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
260 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
261 |
exit 0 |
30022 | 262 |
elif test "x$DEVKIT_VS_VERSION" != x; then |
263 |
VS_VERSION=$DEVKIT_VS_VERSION |
|
264 |
TOOLCHAIN_VERSION=$VS_VERSION |
|
48678 | 265 |
# If the devkit has a name, use that as description |
266 |
VS_DESCRIPTION="$DEVKIT_NAME" |
|
267 |
if test "x$VS_DESCRIPTION" = x; then |
|
268 |
eval VS_DESCRIPTION="\${VS_DESCRIPTION_${VS_VERSION}}" |
|
269 |
fi |
|
30022 | 270 |
eval VS_VERSION_INTERNAL="\${VS_VERSION_INTERNAL_${VS_VERSION}}" |
271 |
eval MSVCR_NAME="\${VS_MSVCR_${VS_VERSION}}" |
|
272 |
eval MSVCP_NAME="\${VS_MSVCP_${VS_VERSION}}" |
|
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
273 |
eval USE_UCRT="\${VS_USE_UCRT_${VS_VERSION}}" |
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
274 |
eval VS_SUPPORTED="\${VS_SUPPORTED_${VS_VERSION}}" |
30022 | 275 |
eval PLATFORM_TOOLSET="\${VS_VS_PLATFORM_NAME_${VS_VERSION}}" |
276 |
VS_PATH="$TOOLCHAIN_PATH:$PATH" |
|
277 |
||
278 |
# Convert DEVKIT_VS_INCLUDE into windows style VS_INCLUDE so that it |
|
279 |
# can still be exported as INCLUDE for compiler invocations without |
|
280 |
# SYSROOT_CFLAGS |
|
281 |
OLDIFS="$IFS" |
|
282 |
IFS=";" |
|
283 |
for i in $DEVKIT_VS_INCLUDE; do |
|
284 |
ipath=$i |
|
285 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([ipath]) |
|
286 |
VS_INCLUDE="$VS_INCLUDE;$ipath" |
|
287 |
done |
|
288 |
# Convert DEVKIT_VS_LIB into VS_LIB so that it can still be exported |
|
289 |
# as LIB for compiler invocations without SYSROOT_LDFLAGS |
|
290 |
for i in $DEVKIT_VS_LIB; do |
|
291 |
libpath=$i |
|
292 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([libpath]) |
|
293 |
VS_LIB="$VS_LIB;$libpath" |
|
294 |
done |
|
295 |
IFS="$OLDIFS" |
|
296 |
||
297 |
AC_MSG_NOTICE([Found devkit $VS_DESCRIPTION]) |
|
298 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
299 |
elif test "x$with_toolchain_version" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
300 |
# User override; check that it is valid |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
301 |
if test "x${VALID_VS_VERSIONS/$with_toolchain_version/}" = "x${VALID_VS_VERSIONS}"; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
302 |
AC_MSG_NOTICE([Visual Studio version $with_toolchain_version is not valid.]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
303 |
AC_MSG_NOTICE([Valid Visual Studio versions: $VALID_VS_VERSIONS.]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
304 |
AC_MSG_ERROR([Cannot continue.]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
305 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
306 |
VS_VERSIONS_PROBE_LIST="$with_toolchain_version" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
307 |
else |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
308 |
# No flag given, use default |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
309 |
VS_VERSIONS_PROBE_LIST="$VALID_VS_VERSIONS" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
310 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
311 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
312 |
for VS_VERSION in $VS_VERSIONS_PROBE_LIST; do |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
313 |
TOOLCHAIN_FIND_VISUAL_STUDIO_BAT_FILE([$VS_VERSION]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
314 |
if test "x$VS_ENV_CMD" != x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
315 |
TOOLCHAIN_VERSION=$VS_VERSION |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
316 |
eval VS_DESCRIPTION="\${VS_DESCRIPTION_${VS_VERSION}}" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
317 |
eval VS_VERSION_INTERNAL="\${VS_VERSION_INTERNAL_${VS_VERSION}}" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
318 |
eval MSVCR_NAME="\${VS_MSVCR_${VS_VERSION}}" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
319 |
eval MSVCP_NAME="\${VS_MSVCP_${VS_VERSION}}" |
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
320 |
eval USE_UCRT="\${VS_USE_UCRT_${VS_VERSION}}" |
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
321 |
eval VS_SUPPORTED="\${VS_SUPPORTED_${VS_VERSION}}" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
322 |
# The rest of the variables are already evaled while probing |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
323 |
AC_MSG_NOTICE([Found $VS_DESCRIPTION]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
324 |
break |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
325 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
326 |
done |
48678 | 327 |
|
328 |
TOOLCHAIN_DESCRIPTION="$VS_DESCRIPTION" |
|
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
329 |
if test "x$VS_SUPPORTED" = "xfalse"; then |
48678 | 330 |
UNSUPPORTED_TOOLCHAIN_VERSION=yes |
331 |
fi |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
332 |
]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
333 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
334 |
################################################################################ |
14111 | 335 |
# Check if the VS env variables were setup prior to running configure. |
336 |
# If not, then find vcvarsall.bat and run it automatically, and integrate |
|
337 |
# the set env variables into the spec file. |
|
338 |
AC_DEFUN([TOOLCHAIN_SETUP_VISUAL_STUDIO_ENV], |
|
339 |
[ |
|
20363 | 340 |
# Store path to cygwin link.exe to help excluding it when searching for |
14111 | 341 |
# VS linker. This must be done before changing the PATH when looking for VS. |
342 |
AC_PATH_PROG(CYGWIN_LINK, link) |
|
343 |
if test "x$CYGWIN_LINK" != x; then |
|
344 |
AC_MSG_CHECKING([if the first found link.exe is actually the Cygwin link tool]) |
|
345 |
"$CYGWIN_LINK" --version > /dev/null |
|
346 |
if test $? -eq 0 ; then |
|
347 |
AC_MSG_RESULT([yes]) |
|
348 |
else |
|
349 |
AC_MSG_RESULT([no]) |
|
350 |
# This might be the VS linker. Don't exclude it later on. |
|
351 |
CYGWIN_LINK="" |
|
352 |
fi |
|
353 |
fi |
|
354 |
||
355 |
# First-hand choice is to locate and run the vsvars bat file. |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
356 |
TOOLCHAIN_FIND_VISUAL_STUDIO |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
357 |
|
30022 | 358 |
# If we have a devkit, skip all of the below. |
359 |
if test "x$DEVKIT_VS_VERSION" = x; then |
|
360 |
if test "x$VS_ENV_CMD" != x; then |
|
361 |
# We have found a Visual Studio environment on disk, let's extract variables from the vsvars bat file. |
|
362 |
BASIC_FIXUP_EXECUTABLE(VS_ENV_CMD) |
|
14111 | 363 |
|
30022 | 364 |
# Lets extract the variables that are set by vcvarsall.bat/vsvars32.bat/vsvars64.bat |
365 |
AC_MSG_NOTICE([Trying to extract Visual Studio environment variables]) |
|
23429 | 366 |
|
30022 | 367 |
# We need to create a couple of temporary files. |
368 |
VS_ENV_TMP_DIR="$CONFIGURESUPPORT_OUTPUTDIR/vs-env" |
|
369 |
$MKDIR -p $VS_ENV_TMP_DIR |
|
14111 | 370 |
|
30022 | 371 |
# Cannot use the VS10 setup script directly (since it only updates the DOS subshell environment). |
372 |
# Instead create a shell script which will set the relevant variables when run. |
|
373 |
WINPATH_VS_ENV_CMD="$VS_ENV_CMD" |
|
374 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([WINPATH_VS_ENV_CMD]) |
|
375 |
WINPATH_BASH="$BASH" |
|
376 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([WINPATH_BASH]) |
|
14111 | 377 |
|
30022 | 378 |
# Generate a DOS batch file which runs $VS_ENV_CMD, and then creates a shell |
379 |
# script (executable by bash) that will setup the important variables. |
|
380 |
EXTRACT_VC_ENV_BAT_FILE="$VS_ENV_TMP_DIR/extract-vs-env.bat" |
|
381 |
$ECHO "@echo off" > $EXTRACT_VC_ENV_BAT_FILE |
|
382 |
# This will end up something like: |
|
383 |
# call C:/progra~2/micros~2.0/vc/bin/amd64/vcvars64.bat |
|
384 |
$ECHO "call $WINPATH_VS_ENV_CMD $VS_ENV_ARGS" >> $EXTRACT_VC_ENV_BAT_FILE |
|
48678 | 385 |
# In some cases, the VS_ENV_CMD will change directory, change back so |
386 |
# the set-vs-env.sh ends up in the right place. |
|
387 |
$ECHO 'cd %~dp0' >> $EXTRACT_VC_ENV_BAT_FILE |
|
30022 | 388 |
# These will end up something like: |
389 |
# C:/CygWin/bin/bash -c 'echo VS_PATH=\"$PATH\" > localdevenv.sh |
|
390 |
# The trailing space for everyone except PATH is no typo, but is needed due |
|
391 |
# to trailing \ in the Windows paths. These will be stripped later. |
|
392 |
$ECHO "$WINPATH_BASH -c 'echo VS_PATH="'\"$PATH\" > set-vs-env.sh' \ |
|
393 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
394 |
$ECHO "$WINPATH_BASH -c 'echo VS_INCLUDE="'\"$INCLUDE\;$include \" >> set-vs-env.sh' \ |
|
395 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
396 |
$ECHO "$WINPATH_BASH -c 'echo VS_LIB="'\"$LIB\;$lib \" >> set-vs-env.sh' \ |
|
397 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
398 |
$ECHO "$WINPATH_BASH -c 'echo VCINSTALLDIR="'\"$VCINSTALLDIR \" >> set-vs-env.sh' \ |
|
399 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
400 |
$ECHO "$WINPATH_BASH -c 'echo WindowsSdkDir="'\"$WindowsSdkDir \" >> set-vs-env.sh' \ |
|
401 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
402 |
$ECHO "$WINPATH_BASH -c 'echo WINDOWSSDKDIR="'\"$WINDOWSSDKDIR \" >> set-vs-env.sh' \ |
|
403 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
14111 | 404 |
|
30022 | 405 |
# Now execute the newly created bat file. |
406 |
# The | cat is to stop SetEnv.Cmd to mess with system colors on msys. |
|
407 |
# Change directory so we don't need to mess with Windows paths in redirects. |
|
408 |
cd $VS_ENV_TMP_DIR |
|
409 |
cmd /c extract-vs-env.bat | $CAT |
|
410 |
cd $CURDIR |
|
14111 | 411 |
|
30022 | 412 |
if test ! -s $VS_ENV_TMP_DIR/set-vs-env.sh; then |
413 |
AC_MSG_NOTICE([Could not succesfully extract the envionment variables needed for the VS setup.]) |
|
414 |
AC_MSG_NOTICE([Try setting --with-tools-dir to the VC/bin directory within the VS installation]) |
|
415 |
AC_MSG_NOTICE([or run "bash.exe -l" from a VS command prompt and then run configure from there.]) |
|
416 |
AC_MSG_ERROR([Cannot continue]) |
|
417 |
fi |
|
14111 | 418 |
|
30022 | 419 |
# Now set all paths and other env variables. This will allow the rest of |
420 |
# the configure script to find and run the compiler in the proper way. |
|
421 |
AC_MSG_NOTICE([Setting extracted environment variables]) |
|
422 |
. $VS_ENV_TMP_DIR/set-vs-env.sh |
|
423 |
# Now we have VS_PATH, VS_INCLUDE, VS_LIB. For further checking, we |
|
424 |
# also define VCINSTALLDIR, WindowsSdkDir and WINDOWSSDKDIR. |
|
425 |
else |
|
426 |
# We did not find a vsvars bat file, let's hope we are run from a VS command prompt. |
|
427 |
AC_MSG_NOTICE([Cannot locate a valid Visual Studio installation, checking current environment]) |
|
428 |
fi |
|
14111 | 429 |
fi |
430 |
||
23429 | 431 |
# At this point, we should have correct variables in the environment, or we can't continue. |
14111 | 432 |
AC_MSG_CHECKING([for Visual Studio variables]) |
20363 | 433 |
|
30022 | 434 |
if test "x$VCINSTALLDIR" != x || test "x$WindowsSDKDir" != x \ |
435 |
|| test "x$WINDOWSSDKDIR" != x || test "x$DEVKIT_NAME" != x; then |
|
23429 | 436 |
if test "x$VS_INCLUDE" = x || test "x$VS_LIB" = x; then |
14111 | 437 |
AC_MSG_RESULT([present but broken]) |
438 |
AC_MSG_ERROR([Your VC command prompt seems broken, INCLUDE and/or LIB is missing.]) |
|
439 |
else |
|
440 |
AC_MSG_RESULT([ok]) |
|
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
441 |
# Remove any trailing "\" ";" and " " from the variables. |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
442 |
VS_INCLUDE=`$ECHO "$VS_INCLUDE" | $SED -e 's/\\\\*;* *$//'` |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
443 |
VS_LIB=`$ECHO "$VS_LIB" | $SED 's/\\\\*;* *$//'` |
23429 | 444 |
VCINSTALLDIR=`$ECHO "$VCINSTALLDIR" | $SED 's/\\\\* *$//'` |
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
445 |
WindowsSdkDir=`$ECHO "$WindowsSdkDir" | $SED 's/\\\\* *$//'` |
23429 | 446 |
WINDOWSSDKDIR=`$ECHO "$WINDOWSSDKDIR" | $SED 's/\\\\* *$//'` |
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
447 |
if test -z "$WINDOWSSDKDIR"; then |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
448 |
WINDOWSSDKDIR="$WindowsSdkDir" |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
449 |
fi |
23432
f8964bac59db
8039030: 9-dev windows-i586 build failed with mktemp: command not found
erikj
parents:
23429
diff
changeset
|
450 |
# Remove any paths containing # (typically F#) as that messes up make. This |
f8964bac59db
8039030: 9-dev windows-i586 build failed with mktemp: command not found
erikj
parents:
23429
diff
changeset
|
451 |
# is needed if visual studio was installed with F# support. |
f8964bac59db
8039030: 9-dev windows-i586 build failed with mktemp: command not found
erikj
parents:
23429
diff
changeset
|
452 |
VS_PATH=`$ECHO "$VS_PATH" | $SED 's/[[^:#]]*#[^:]*://g'` |
23429 | 453 |
|
454 |
AC_SUBST(VS_PATH) |
|
14111 | 455 |
AC_SUBST(VS_INCLUDE) |
456 |
AC_SUBST(VS_LIB) |
|
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
457 |
|
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
458 |
# Convert VS_INCLUDE into SYSROOT_CFLAGS |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
459 |
OLDIFS="$IFS" |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
460 |
IFS=";" |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
461 |
for i in $VS_INCLUDE; do |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
462 |
ipath=$i |
29065
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
463 |
# Only process non-empty elements |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
464 |
if test "x$ipath" != x; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
465 |
IFS="$OLDIFS" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
466 |
# Check that directory exists before calling fixup_path |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
467 |
testpath=$ipath |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
468 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH([testpath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
469 |
if test -d "$testpath"; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
470 |
BASIC_FIXUP_PATH([ipath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
471 |
SYSROOT_CFLAGS="$SYSROOT_CFLAGS -I$ipath" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
472 |
fi |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
473 |
IFS=";" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
474 |
fi |
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
475 |
done |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
476 |
# Convert VS_LIB into SYSROOT_LDFLAGS |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
477 |
for i in $VS_LIB; do |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
478 |
libpath=$i |
29065
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
479 |
# Only process non-empty elements |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
480 |
if test "x$libpath" != x; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
481 |
IFS="$OLDIFS" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
482 |
# Check that directory exists before calling fixup_path |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
483 |
testpath=$libpath |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
484 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH([testpath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
485 |
if test -d "$testpath"; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
486 |
BASIC_FIXUP_PATH([libpath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
487 |
SYSROOT_LDFLAGS="$SYSROOT_LDFLAGS -libpath:$libpath" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
488 |
fi |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
489 |
IFS=";" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
490 |
fi |
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
491 |
done |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
492 |
IFS="$OLDIFS" |
14111 | 493 |
fi |
494 |
else |
|
495 |
AC_MSG_RESULT([not found]) |
|
496 |
||
497 |
if test "x$VS_ENV_CMD" = x; then |
|
498 |
AC_MSG_NOTICE([Cannot locate a valid Visual Studio or Windows SDK installation on disk,]) |
|
499 |
AC_MSG_NOTICE([nor is this script run from a Visual Studio command prompt.]) |
|
500 |
else |
|
501 |
AC_MSG_NOTICE([Running the extraction script failed.]) |
|
502 |
fi |
|
503 |
AC_MSG_NOTICE([Try setting --with-tools-dir to the VC/bin directory within the VS installation]) |
|
504 |
AC_MSG_NOTICE([or run "bash.exe -l" from a VS command prompt and then run configure from there.]) |
|
505 |
AC_MSG_ERROR([Cannot continue]) |
|
506 |
fi |
|
20643 | 507 |
]) |
20363 | 508 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
509 |
AC_DEFUN([TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL], |
20643 | 510 |
[ |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
511 |
DLL_NAME="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
512 |
POSSIBLE_MSVC_DLL="$2" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
513 |
METHOD="$3" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
514 |
if test -n "$POSSIBLE_MSVC_DLL" -a -e "$POSSIBLE_MSVC_DLL"; then |
30022 | 515 |
AC_MSG_NOTICE([Found $DLL_NAME at $POSSIBLE_MSVC_DLL using $METHOD]) |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
516 |
|
20643 | 517 |
# Need to check if the found msvcr is correct architecture |
30022 | 518 |
AC_MSG_CHECKING([found $DLL_NAME architecture]) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
519 |
MSVC_DLL_FILETYPE=`$FILE -b "$POSSIBLE_MSVC_DLL"` |
25882 | 520 |
if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.msys"; then |
521 |
# The MSYS 'file' command returns "PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit" |
|
522 |
# on x32 and "PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly" on x64 systems. |
|
523 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
|
524 |
CORRECT_MSVCR_ARCH="PE32 executable" |
|
525 |
else |
|
526 |
CORRECT_MSVCR_ARCH="PE32+ executable" |
|
527 |
fi |
|
20643 | 528 |
else |
25882 | 529 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
530 |
CORRECT_MSVCR_ARCH=386 |
|
531 |
else |
|
532 |
CORRECT_MSVCR_ARCH=x86-64 |
|
533 |
fi |
|
20643 | 534 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
535 |
if $ECHO "$MSVC_DLL_FILETYPE" | $GREP "$CORRECT_MSVCR_ARCH" 2>&1 > /dev/null; then |
20643 | 536 |
AC_MSG_RESULT([ok]) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
537 |
MSVC_DLL="$POSSIBLE_MSVC_DLL" |
30022 | 538 |
AC_MSG_CHECKING([for $DLL_NAME]) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
539 |
AC_MSG_RESULT([$MSVC_DLL]) |
20643 | 540 |
else |
541 |
AC_MSG_RESULT([incorrect, ignoring]) |
|
30022 | 542 |
AC_MSG_NOTICE([The file type of the located $DLL_NAME is $MSVC_DLL_FILETYPE]) |
20643 | 543 |
fi |
544 |
fi |
|
545 |
]) |
|
546 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
547 |
AC_DEFUN([TOOLCHAIN_SETUP_MSVC_DLL], |
20643 | 548 |
[ |
30022 | 549 |
DLL_NAME="$1" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
550 |
MSVC_DLL= |
20643 | 551 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
552 |
if test "x$MSVC_DLL" = x; then |
14111 | 553 |
if test "x$VCINSTALLDIR" != x; then |
20643 | 554 |
CYGWIN_VC_INSTALL_DIR="$VCINSTALLDIR" |
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
555 |
BASIC_FIXUP_PATH(CYGWIN_VC_INSTALL_DIR) |
48678 | 556 |
if test "$VS_VERSION" -lt 2017; then |
557 |
# Probe: Using well-known location from Visual Studio 12.0 and older |
|
558 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then |
|
559 |
POSSIBLE_MSVC_DLL="$CYGWIN_VC_INSTALL_DIR/redist/x64/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME" |
|
560 |
else |
|
561 |
POSSIBLE_MSVC_DLL="$CYGWIN_VC_INSTALL_DIR/redist/x86/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME" |
|
562 |
fi |
|
14111 | 563 |
else |
48678 | 564 |
# Probe: Using well-known location from VS 2017 |
565 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then |
|
566 |
POSSIBLE_MSVC_DLL="`ls $CYGWIN_VC_INSTALL_DIR/Redist/MSVC/*/x64/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME`" |
|
567 |
else |
|
568 |
POSSIBLE_MSVC_DLL="`ls $CYGWIN_VC_INSTALL_DIR/Redist/MSVC/*/x86/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME`" |
|
569 |
fi |
|
20643 | 570 |
fi |
48678 | 571 |
# In case any of the above finds more than one file, loop over them. |
572 |
for possible_msvc_dll in $POSSIBLE_MSVC_DLL; do |
|
573 |
$ECHO "POSSIBLE_MSVC_DLL $possible_msvc_dll" |
|
574 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL([$DLL_NAME], [$possible_msvc_dll], |
|
575 |
[well-known location in VCINSTALLDIR]) |
|
576 |
done |
|
20643 | 577 |
fi |
578 |
fi |
|
579 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
580 |
if test "x$MSVC_DLL" = x; then |
20643 | 581 |
# Probe: Check in the Boot JDK directory. |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
582 |
POSSIBLE_MSVC_DLL="$BOOT_JDK/bin/$DLL_NAME" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
583 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL([$DLL_NAME], [$POSSIBLE_MSVC_DLL], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
584 |
[well-known location in Boot JDK]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
585 |
fi |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
586 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
587 |
if test "x$MSVC_DLL" = x; then |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
588 |
# Probe: Look in the Windows system32 directory |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
589 |
CYGWIN_SYSTEMROOT="$SYSTEMROOT" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
590 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH(CYGWIN_SYSTEMROOT) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
591 |
POSSIBLE_MSVC_DLL="$CYGWIN_SYSTEMROOT/system32/$DLL_NAME" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
592 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL([$DLL_NAME], [$POSSIBLE_MSVC_DLL], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
593 |
[well-known location in SYSTEMROOT]) |
20643 | 594 |
fi |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
26400
diff
changeset
|
595 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
596 |
if test "x$MSVC_DLL" = x; then |
20643 | 597 |
# Probe: If Visual Studio Express is installed, there is usually one with the debugger |
598 |
if test "x$VS100COMNTOOLS" != x; then |
|
599 |
CYGWIN_VS_TOOLS_DIR="$VS100COMNTOOLS/.." |
|
600 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH(CYGWIN_VS_TOOLS_DIR) |
|
601 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
602 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VS_TOOLS_DIR" -name $DLL_NAME \ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
603 |
| $GREP -i /x64/ | $HEAD --lines 1` |
20643 | 604 |
else |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
605 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VS_TOOLS_DIR" -name $DLL_NAME \ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
606 |
| $GREP -i /x86/ | $HEAD --lines 1` |
20643 | 607 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
608 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL([$DLL_NAME], [$POSSIBLE_MSVC_DLL], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
609 |
[search of VS100COMNTOOLS]) |
20643 | 610 |
fi |
611 |
fi |
|
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
612 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
613 |
if test "x$MSVC_DLL" = x; then |
20643 | 614 |
# Probe: Search wildly in the VCINSTALLDIR. We've probably lost by now. |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
615 |
# (This was the original behaviour; kept since it might turn something up) |
20643 | 616 |
if test "x$CYGWIN_VC_INSTALL_DIR" != x; then |
617 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
618 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VC_INSTALL_DIR" -name $DLL_NAME \ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
619 |
| $GREP x64 | $HEAD --lines 1` |
20643 | 620 |
else |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
621 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VC_INSTALL_DIR" -name $DLL_NAME \ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
622 |
| $GREP x86 | $GREP -v ia64 | $GREP -v x64 | $HEAD --lines 1` |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
623 |
if test "x$POSSIBLE_MSVC_DLL" = x; then |
20643 | 624 |
# We're grasping at straws now... |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
625 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VC_INSTALL_DIR" -name $DLL_NAME \ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
626 |
| $HEAD --lines 1` |
14111 | 627 |
fi |
628 |
fi |
|
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
629 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
630 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL([$DLL_NAME], [$POSSIBLE_MSVC_DLL], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
631 |
[search of VCINSTALLDIR]) |
14111 | 632 |
fi |
633 |
fi |
|
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
634 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
635 |
if test "x$MSVC_DLL" = x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
636 |
AC_MSG_CHECKING([for $DLL_NAME]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
637 |
AC_MSG_RESULT([no]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
638 |
AC_MSG_ERROR([Could not find $DLL_NAME. Please specify using --with-msvcr-dll.]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
639 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
640 |
]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
641 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
642 |
AC_DEFUN([TOOLCHAIN_SETUP_VS_RUNTIME_DLLS], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
643 |
[ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
644 |
AC_ARG_WITH(msvcr-dll, [AS_HELP_STRING([--with-msvcr-dll], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
645 |
[path to microsoft C runtime dll (msvcr*.dll) (Windows only) @<:@probed@:>@])]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
646 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
647 |
if test "x$with_msvcr_dll" != x; then |
42300
218374d35efd
8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse
parents:
30022
diff
changeset
|
648 |
# If given explicitly by user, do not probe. If not present, fail directly. |
30022 | 649 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL($MSVCR_NAME, [$with_msvcr_dll], [--with-msvcr-dll]) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
650 |
if test "x$MSVC_DLL" = x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
651 |
AC_MSG_ERROR([Could not find a proper $MSVCR_NAME as specified by --with-msvcr-dll]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
652 |
fi |
30022 | 653 |
MSVCR_DLL="$MSVC_DLL" |
654 |
elif test "x$DEVKIT_MSVCR_DLL" != x; then |
|
655 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL($MSVCR_NAME, [$DEVKIT_MSVCR_DLL], [devkit]) |
|
656 |
if test "x$MSVC_DLL" = x; then |
|
657 |
AC_MSG_ERROR([Could not find a proper $MSVCR_NAME as specified by devkit]) |
|
48678 | 658 |
fi |
30022 | 659 |
MSVCR_DLL="$MSVC_DLL" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
660 |
else |
30022 | 661 |
TOOLCHAIN_SETUP_MSVC_DLL([${MSVCR_NAME}]) |
662 |
MSVCR_DLL="$MSVC_DLL" |
|
14111 | 663 |
fi |
30022 | 664 |
AC_SUBST(MSVCR_DLL) |
20643 | 665 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
666 |
AC_ARG_WITH(msvcp-dll, [AS_HELP_STRING([--with-msvcp-dll], |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
667 |
[path to microsoft C++ runtime dll (msvcp*.dll) (Windows only) @<:@probed@:>@])]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
668 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
669 |
if test "x$MSVCP_NAME" != "x"; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
670 |
if test "x$with_msvcp_dll" != x; then |
42300
218374d35efd
8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse
parents:
30022
diff
changeset
|
671 |
# If given explicitly by user, do not probe. If not present, fail directly. |
30022 | 672 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL($MSVCP_NAME, [$with_msvcp_dll], [--with-msvcp-dll]) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
673 |
if test "x$MSVC_DLL" = x; then |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
674 |
AC_MSG_ERROR([Could not find a proper $MSVCP_NAME as specified by --with-msvcp-dll]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
675 |
fi |
30022 | 676 |
MSVCP_DLL="$MSVC_DLL" |
677 |
elif test "x$DEVKIT_MSVCP_DLL" != x; then |
|
678 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL($MSVCP_NAME, [$DEVKIT_MSVCP_DLL], [devkit]) |
|
679 |
if test "x$MSVC_DLL" = x; then |
|
680 |
AC_MSG_ERROR([Could not find a proper $MSVCP_NAME as specified by devkit]) |
|
48678 | 681 |
fi |
30022 | 682 |
MSVCP_DLL="$MSVC_DLL" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
683 |
else |
30022 | 684 |
TOOLCHAIN_SETUP_MSVC_DLL([${MSVCP_NAME}]) |
685 |
MSVCP_DLL="$MSVC_DLL" |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
686 |
fi |
30022 | 687 |
AC_SUBST(MSVCP_DLL) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
688 |
fi |
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
689 |
|
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
690 |
AC_ARG_WITH(ucrt-dll-dir, [AS_HELP_STRING([--with-ucrt-dll-dir], |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
691 |
[path to Microsoft Windows Kit UCRT DLL dir (Windows only) @<:@probed@:>@])]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
692 |
|
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
693 |
if test "x$USE_UCRT" = "xtrue"; then |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
694 |
AC_MSG_CHECKING([for UCRT DLL dir]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
695 |
if test "x$with_ucrt_dll_dir" != x; then |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
696 |
if test -z "$(ls -d "$with_ucrt_dll_dir/*.dll" 2> /dev/null)"; then |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
697 |
AC_MSG_RESULT([no]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
698 |
AC_MSG_ERROR([Could not find any dlls in $with_ucrt_dll_dir]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
699 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
700 |
AC_MSG_RESULT([$with_ucrt_dll_dir]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
701 |
UCRT_DLL_DIR="$with_ucrt_dll_dir" |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
702 |
BASIC_FIXUP_PATH([UCRT_DLL_DIR]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
703 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
704 |
elif test "x$DEVKIT_UCRT_DLL_DIR" != "x"; then |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
705 |
UCRT_DLL_DIR="$DEVKIT_UCRT_DLL_DIR" |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
706 |
AC_MSG_RESULT($UCRT_DLL_DIR) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
707 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
708 |
CYGWIN_WINDOWSSDKDIR="${WINDOWSSDKDIR}" |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
709 |
BASIC_FIXUP_PATH([CYGWIN_WINDOWSSDKDIR]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
710 |
dll_subdir=$OPENJDK_TARGET_CPU |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
711 |
if test "x$dll_subdir" = "xx86_64"; then |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
712 |
dll_subdir="x64" |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
713 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
714 |
UCRT_DLL_DIR="$CYGWIN_WINDOWSSDKDIR/Redist/ucrt/DLLs/$dll_subdir" |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
715 |
if test -z "$(ls -d "$UCRT_DLL_DIR/"*.dll 2> /dev/null)"; then |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
716 |
AC_MSG_RESULT([no]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
717 |
AC_MSG_ERROR([Could not find any dlls in $UCRT_DLL_DIR]) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
718 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
719 |
AC_MSG_RESULT($UCRT_DLL_DIR) |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
720 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
721 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
722 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
723 |
UCRT_DLL_DIR= |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
724 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
725 |
AC_SUBST(UCRT_DLL_DIR) |
14111 | 726 |
]) |