author | ihse |
Mon, 04 Nov 2019 11:15:45 +0100 | |
changeset 58909 | 66f7d2494d4e |
parent 58560 | 5a4b4544b810 |
child 58679 | 9c3209ff7550 |
permissions | -rw-r--r-- |
14111 | 1 |
# |
54635
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
2 |
# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. |
14111 | 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. |
54635
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
28 |
VALID_VS_VERSIONS="2017 2019 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 |
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
90 |
VS_TOOLSET_SUPPORTED_2017=true |
48678 | 91 |
|
54635
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
92 |
VS_DESCRIPTION_2019="Microsoft Visual Studio 2019" |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
93 |
VS_VERSION_INTERNAL_2019=141 |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
94 |
VS_MSVCR_2019=vcruntime140.dll |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
95 |
VS_MSVCP_2019=msvcp140.dll |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
96 |
VS_ENVVAR_2019="VS160COMNTOOLS" |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
97 |
VS_USE_UCRT_2019="true" |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
98 |
VS_VS_INSTALLDIR_2019="Microsoft Visual Studio/2019" |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
99 |
VS_EDITIONS_2019="BuildTools Community Professional Enterprise" |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
100 |
VS_SDK_INSTALLDIR_2019= |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
101 |
VS_VS_PLATFORM_NAME_2019="v142" |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
102 |
VS_SDK_PLATFORM_NAME_2019= |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
103 |
VS_SUPPORTED_2019=false |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
104 |
VS_TOOLSET_SUPPORTED_2019=false |
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
105 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
106 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
107 |
|
14111 | 108 |
AC_DEFUN([TOOLCHAIN_CHECK_POSSIBLE_VISUAL_STUDIO_ROOT], |
109 |
[ |
|
110 |
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
|
111 |
VS_VERSION="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
112 |
VS_BASE="$2" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
113 |
METHOD="$3" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
114 |
|
48678 | 115 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH(VS_BASE) |
54635
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
116 |
# In VS 2017 and VS 2019, the default installation is in a subdir named after the edition. |
48678 | 117 |
# Find the first one present and use that. |
118 |
if test "x$VS_EDITIONS" != x; then |
|
119 |
for edition in $VS_EDITIONS; do |
|
120 |
if test -d "$VS_BASE/$edition"; then |
|
121 |
VS_BASE="$VS_BASE/$edition" |
|
122 |
break |
|
123 |
fi |
|
124 |
done |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
125 |
fi |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
126 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
127 |
if test -d "$VS_BASE"; then |
48678 | 128 |
AC_MSG_NOTICE([Found Visual Studio installation at $VS_BASE using $METHOD]) |
129 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
|
130 |
VCVARSFILES="vc/bin/vcvars32.bat vc/auxiliary/build/vcvars32.bat" |
|
131 |
else |
|
132 |
VCVARSFILES="vc/bin/amd64/vcvars64.bat vc/bin/x86_amd64/vcvarsx86_amd64.bat \ |
|
53110 | 133 |
VC/Auxiliary/Build/vcvarsx86_amd64.bat VC/Auxiliary/Build/vcvars64.bat" |
48678 | 134 |
fi |
135 |
||
136 |
for VCVARSFILE in $VCVARSFILES; do |
|
137 |
if test -f "$VS_BASE/$VCVARSFILE"; then |
|
138 |
VS_ENV_CMD="$VS_BASE/$VCVARSFILE" |
|
139 |
break |
|
140 |
fi |
|
141 |
done |
|
142 |
||
143 |
if test "x$VS_ENV_CMD" = x; then |
|
144 |
AC_MSG_NOTICE([Warning: None of $VCVARSFILES were found, Visual Studio installation not recognized. Ignoring]) |
|
145 |
else |
|
146 |
# PLATFORM_TOOLSET is used during the compilation of the freetype sources |
|
147 |
# (see 'LIB_BUILD_FREETYPE' in libraries.m4) and must be one of 'v100', |
|
148 |
# '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
|
149 |
eval PLATFORM_TOOLSET="\${VS_VS_PLATFORM_NAME_${VS_VERSION}}" |
14111 | 150 |
fi |
151 |
fi |
|
152 |
fi |
|
153 |
]) |
|
154 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
155 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
156 |
|
14111 | 157 |
AC_DEFUN([TOOLCHAIN_CHECK_POSSIBLE_WIN_SDK_ROOT], |
158 |
[ |
|
159 |
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
|
160 |
VS_VERSION="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
161 |
WIN_SDK_BASE="$2" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
162 |
METHOD="$3" |
14111 | 163 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH(WIN_SDK_BASE) |
164 |
if test -d "$WIN_SDK_BASE"; then |
|
14565 | 165 |
# There have been cases of partial or broken SDK installations. A missing |
166 |
# 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
|
167 |
if test ! -d "$WIN_SDK_BASE/lib"; then |
14565 | 168 |
AC_MSG_NOTICE([Found Windows SDK installation at $WIN_SDK_BASE using $METHOD]) |
169 |
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
|
170 |
elif test -f "$WIN_SDK_BASE/Bin/SetEnv.Cmd"; then |
14111 | 171 |
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
|
172 |
VS_ENV_CMD="$WIN_SDK_BASE/Bin/SetEnv.Cmd" |
14111 | 173 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
174 |
VS_ENV_ARGS="/x86" |
|
175 |
else |
|
176 |
VS_ENV_ARGS="/x64" |
|
177 |
fi |
|
26400
4d6c6f2df610
8057538: Build the freetype library during configure on Windows
simonis
parents:
25882
diff
changeset
|
178 |
# 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
|
179 |
# '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
|
180 |
# 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
|
181 |
eval PLATFORM_TOOLSET="\${VS_SDK_PLATFORM_NAME_${VS_VERSION}}" |
14111 | 182 |
else |
183 |
AC_MSG_NOTICE([Found Windows SDK installation at $WIN_SDK_BASE using $METHOD]) |
|
184 |
AC_MSG_NOTICE([Warning: Installation is broken, SetEnv.Cmd is missing. Ignoring]) |
|
185 |
fi |
|
186 |
fi |
|
187 |
fi |
|
188 |
]) |
|
189 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
190 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
191 |
# 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
|
192 |
# build environment and assigns it to VS_ENV_CMD |
14111 | 193 |
AC_DEFUN([TOOLCHAIN_FIND_VISUAL_STUDIO_BAT_FILE], |
194 |
[ |
|
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
195 |
# VS2017 provides the option to install previous minor versions of the MSVC |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
196 |
# toolsets. It is not possible to directly download earlier minor versions of |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
197 |
# VS2017 and in order to build with a previous minor compiler toolset version, |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
198 |
# it is now possible to compile with earlier minor versions by passing |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
199 |
# -vcvars_ver=<toolset_version> argument to vcvarsall.bat. |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
200 |
AC_ARG_WITH(msvc-toolset-version, [AS_HELP_STRING([--with-msvc-toolset-version], |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
201 |
[specific MSVC toolset version to use, passed as -vcvars_ver argument to |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
202 |
pass to vcvarsall.bat (Windows only)])]) |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
203 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
204 |
VS_VERSION="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
205 |
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
|
206 |
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
|
207 |
eval VS_INSTALL_DIR="\${VS_VS_INSTALLDIR_${VS_VERSION}}" |
48678 | 208 |
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
|
209 |
eval SDK_INSTALL_DIR="\${VS_SDK_INSTALLDIR_${VS_VERSION}}" |
48678 | 210 |
eval VS_ENV_ARGS="\${VS_ENV_ARGS_${VS_VERSION}}" |
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
211 |
eval VS_TOOLSET_SUPPORTED="\${VS_TOOLSET_SUPPORTED_${VS_VERSION}}" |
58560
5a4b4544b810
8232167: Visual Studio install found through --with-tools-dir value is discarded
jvernee
parents:
58139
diff
changeset
|
212 |
|
5a4b4544b810
8232167: Visual Studio install found through --with-tools-dir value is discarded
jvernee
parents:
58139
diff
changeset
|
213 |
VS_ENV_CMD="" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
214 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
215 |
# 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
|
216 |
# 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
|
217 |
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
|
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 |
[$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
|
220 |
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
|
221 |
[$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
|
222 |
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
|
223 |
# 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
|
224 |
# 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
|
225 |
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
|
226 |
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
|
227 |
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
|
228 |
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
|
229 |
fi |
20363 | 230 |
fi |
14111 | 231 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
232 |
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
|
233 |
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
|
234 |
[$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
|
235 |
fi |
cfaa38a17d56
8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
erikj
parents:
15844
diff
changeset
|
236 |
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
|
237 |
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
|
238 |
[$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
|
239 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
240 |
# 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
|
241 |
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
|
242 |
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
|
243 |
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
|
244 |
[$PROGRAMFILES_X86/$VS_INSTALL_DIR], [well-known name]) |
14111 | 245 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
246 |
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
|
247 |
[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
|
248 |
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
|
249 |
[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
|
250 |
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
|
251 |
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
|
252 |
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
|
253 |
[$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
|
254 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
255 |
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
|
256 |
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
|
257 |
[$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
|
258 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
259 |
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
|
260 |
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
|
261 |
[$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
|
262 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
263 |
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
|
264 |
[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
|
265 |
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
|
266 |
[C:/Program Files (x86)/$SDK_INSTALL_DIR], [well-known name]) |
14111 | 267 |
fi |
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
268 |
|
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
269 |
if test "x$VS_TOOLSET_SUPPORTED" != x; then |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
270 |
if test "x$with_msvc_toolset_version" != x; then |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
271 |
VS_ENV_ARGS="$VS_ENV_ARGS -vcvars_ver=$with_msvc_toolset_version" |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
272 |
fi |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
273 |
fi |
14111 | 274 |
]) |
275 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
276 |
################################################################################ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
277 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
278 |
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
|
279 |
[ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
280 |
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
|
281 |
[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
|
282 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
283 |
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
|
284 |
# List all toolchains |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
285 |
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
|
286 |
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
|
287 |
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
|
288 |
$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
|
289 |
done |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
290 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
291 |
exit 0 |
30022 | 292 |
elif test "x$DEVKIT_VS_VERSION" != x; then |
293 |
VS_VERSION=$DEVKIT_VS_VERSION |
|
294 |
TOOLCHAIN_VERSION=$VS_VERSION |
|
48678 | 295 |
# If the devkit has a name, use that as description |
296 |
VS_DESCRIPTION="$DEVKIT_NAME" |
|
297 |
if test "x$VS_DESCRIPTION" = x; then |
|
298 |
eval VS_DESCRIPTION="\${VS_DESCRIPTION_${VS_VERSION}}" |
|
299 |
fi |
|
30022 | 300 |
eval VS_VERSION_INTERNAL="\${VS_VERSION_INTERNAL_${VS_VERSION}}" |
301 |
eval MSVCR_NAME="\${VS_MSVCR_${VS_VERSION}}" |
|
302 |
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
|
303 |
eval USE_UCRT="\${VS_USE_UCRT_${VS_VERSION}}" |
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
304 |
eval VS_SUPPORTED="\${VS_SUPPORTED_${VS_VERSION}}" |
30022 | 305 |
eval PLATFORM_TOOLSET="\${VS_VS_PLATFORM_NAME_${VS_VERSION}}" |
53240 | 306 |
|
307 |
# The TOOLCHAIN_PATH from a devkit is in Unix format. In WSL we need a |
|
308 |
# windows version of the complete VS_PATH as VS_PATH_WINDOWS |
|
309 |
if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.wsl"; then |
|
310 |
# Convert the toolchain path |
|
311 |
OLDIFS="$IFS" |
|
312 |
IFS=":" |
|
313 |
VS_PATH_WINDOWS="" |
|
314 |
for i in $TOOLCHAIN_PATH; do |
|
315 |
path=$i |
|
316 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([path]) |
|
317 |
VS_PATH_WINDOWS="$VS_PATH_WINDOWS;$path" |
|
318 |
done |
|
319 |
IFS="$OLDIFS" |
|
320 |
# Append the current path from Windows env |
|
321 |
WINDOWS_PATH="`$CMD /c echo %PATH%`" |
|
322 |
VS_PATH_WINDOWS="$VS_PATH_WINDOWS;$WINDOWS_PATH" |
|
323 |
else |
|
324 |
VS_PATH="$TOOLCHAIN_PATH:$PATH" |
|
325 |
fi |
|
30022 | 326 |
|
327 |
# Convert DEVKIT_VS_INCLUDE into windows style VS_INCLUDE so that it |
|
328 |
# can still be exported as INCLUDE for compiler invocations without |
|
329 |
# SYSROOT_CFLAGS |
|
330 |
OLDIFS="$IFS" |
|
331 |
IFS=";" |
|
332 |
for i in $DEVKIT_VS_INCLUDE; do |
|
333 |
ipath=$i |
|
334 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([ipath]) |
|
335 |
VS_INCLUDE="$VS_INCLUDE;$ipath" |
|
336 |
done |
|
337 |
# Convert DEVKIT_VS_LIB into VS_LIB so that it can still be exported |
|
338 |
# as LIB for compiler invocations without SYSROOT_LDFLAGS |
|
339 |
for i in $DEVKIT_VS_LIB; do |
|
340 |
libpath=$i |
|
341 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([libpath]) |
|
342 |
VS_LIB="$VS_LIB;$libpath" |
|
343 |
done |
|
344 |
IFS="$OLDIFS" |
|
345 |
||
346 |
AC_MSG_NOTICE([Found devkit $VS_DESCRIPTION]) |
|
347 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
348 |
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
|
349 |
# 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
|
350 |
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
|
351 |
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
|
352 |
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
|
353 |
AC_MSG_ERROR([Cannot continue.]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
354 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
355 |
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
|
356 |
else |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
357 |
# No flag given, use default |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
358 |
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
|
359 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
360 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
361 |
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
|
362 |
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
|
363 |
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
|
364 |
TOOLCHAIN_VERSION=$VS_VERSION |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
365 |
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
|
366 |
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
|
367 |
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
|
368 |
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
|
369 |
eval USE_UCRT="\${VS_USE_UCRT_${VS_VERSION}}" |
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
370 |
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
|
371 |
# 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
|
372 |
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
|
373 |
break |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
374 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
375 |
done |
48678 | 376 |
|
377 |
TOOLCHAIN_DESCRIPTION="$VS_DESCRIPTION" |
|
50639
c12c79a49ca2
8205183: Warning about using VS2017 should be removed
erikj
parents:
50273
diff
changeset
|
378 |
if test "x$VS_SUPPORTED" = "xfalse"; then |
48678 | 379 |
UNSUPPORTED_TOOLCHAIN_VERSION=yes |
380 |
fi |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
381 |
]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
382 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
383 |
################################################################################ |
14111 | 384 |
# Check if the VS env variables were setup prior to running configure. |
385 |
# If not, then find vcvarsall.bat and run it automatically, and integrate |
|
386 |
# the set env variables into the spec file. |
|
387 |
AC_DEFUN([TOOLCHAIN_SETUP_VISUAL_STUDIO_ENV], |
|
388 |
[ |
|
20363 | 389 |
# Store path to cygwin link.exe to help excluding it when searching for |
14111 | 390 |
# VS linker. This must be done before changing the PATH when looking for VS. |
53110 | 391 |
AC_PATH_PROG(CYGWIN_LINK, link.exe) |
14111 | 392 |
if test "x$CYGWIN_LINK" != x; then |
393 |
AC_MSG_CHECKING([if the first found link.exe is actually the Cygwin link tool]) |
|
394 |
"$CYGWIN_LINK" --version > /dev/null |
|
395 |
if test $? -eq 0 ; then |
|
396 |
AC_MSG_RESULT([yes]) |
|
397 |
else |
|
398 |
AC_MSG_RESULT([no]) |
|
399 |
# This might be the VS linker. Don't exclude it later on. |
|
400 |
CYGWIN_LINK="" |
|
401 |
fi |
|
402 |
fi |
|
403 |
||
404 |
# 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
|
405 |
TOOLCHAIN_FIND_VISUAL_STUDIO |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
406 |
|
30022 | 407 |
# If we have a devkit, skip all of the below. |
408 |
if test "x$DEVKIT_VS_VERSION" = x; then |
|
409 |
if test "x$VS_ENV_CMD" != x; then |
|
410 |
# We have found a Visual Studio environment on disk, let's extract variables from the vsvars bat file. |
|
411 |
BASIC_FIXUP_EXECUTABLE(VS_ENV_CMD) |
|
14111 | 412 |
|
30022 | 413 |
# Lets extract the variables that are set by vcvarsall.bat/vsvars32.bat/vsvars64.bat |
414 |
AC_MSG_NOTICE([Trying to extract Visual Studio environment variables]) |
|
23429 | 415 |
|
30022 | 416 |
# We need to create a couple of temporary files. |
417 |
VS_ENV_TMP_DIR="$CONFIGURESUPPORT_OUTPUTDIR/vs-env" |
|
418 |
$MKDIR -p $VS_ENV_TMP_DIR |
|
14111 | 419 |
|
30022 | 420 |
# Cannot use the VS10 setup script directly (since it only updates the DOS subshell environment). |
421 |
# Instead create a shell script which will set the relevant variables when run. |
|
422 |
WINPATH_VS_ENV_CMD="$VS_ENV_CMD" |
|
423 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([WINPATH_VS_ENV_CMD]) |
|
53110 | 424 |
|
425 |
if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.wsl"; then |
|
426 |
WINPATH_BASH="bash" |
|
427 |
else |
|
428 |
WINPATH_BASH="$BASH" |
|
429 |
BASIC_WINDOWS_REWRITE_AS_WINDOWS_MIXED_PATH([WINPATH_BASH]) |
|
430 |
fi |
|
14111 | 431 |
|
30022 | 432 |
# Generate a DOS batch file which runs $VS_ENV_CMD, and then creates a shell |
433 |
# script (executable by bash) that will setup the important variables. |
|
434 |
EXTRACT_VC_ENV_BAT_FILE="$VS_ENV_TMP_DIR/extract-vs-env.bat" |
|
435 |
$ECHO "@echo off" > $EXTRACT_VC_ENV_BAT_FILE |
|
436 |
# This will end up something like: |
|
437 |
# call C:/progra~2/micros~2.0/vc/bin/amd64/vcvars64.bat |
|
53110 | 438 |
$ECHO "call \"$WINPATH_VS_ENV_CMD\" $VS_ENV_ARGS" >> $EXTRACT_VC_ENV_BAT_FILE |
48678 | 439 |
# In some cases, the VS_ENV_CMD will change directory, change back so |
440 |
# the set-vs-env.sh ends up in the right place. |
|
441 |
$ECHO 'cd %~dp0' >> $EXTRACT_VC_ENV_BAT_FILE |
|
53110 | 442 |
if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.wsl"; then |
443 |
# These will end up something like: |
|
444 |
# echo VS_PATH=\"$PATH\" > set-vs-env.sh |
|
445 |
# The trailing space for everyone except PATH is no typo, but is needed due |
|
446 |
# to trailing \ in the Windows paths. These will be stripped later. |
|
447 |
# Trying pure CMD extract. This results in windows paths that need to |
|
448 |
# be converted post extraction, but a simpler script. |
|
449 |
$ECHO 'echo VS_PATH="%PATH%" > set-vs-env.sh' \ |
|
450 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
451 |
$ECHO 'echo VS_INCLUDE="%INCLUDE% " >> set-vs-env.sh' \ |
|
452 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
453 |
$ECHO 'echo VS_LIB="%LIB% " >> set-vs-env.sh' \ |
|
454 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
455 |
$ECHO 'echo VCINSTALLDIR="%VCINSTALLDIR% " >> set-vs-env.sh' \ |
|
456 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
457 |
$ECHO 'echo VCToolsRedistDir="%VCToolsRedistDir% " >> set-vs-env.sh' \ |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
458 |
>> $EXTRACT_VC_ENV_BAT_FILE |
53110 | 459 |
$ECHO 'echo WindowsSdkDir="%WindowsSdkDir% " >> set-vs-env.sh' \ |
460 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
461 |
$ECHO 'echo WINDOWSSDKDIR="%WINDOWSSDKDIR% " >> set-vs-env.sh' \ |
|
462 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
463 |
else |
|
464 |
# These will end up something like: |
|
465 |
# C:/CygWin/bin/bash -c 'echo VS_PATH=\"$PATH\" > localdevenv.sh |
|
466 |
# The trailing space for everyone except PATH is no typo, but is needed due |
|
467 |
# to trailing \ in the Windows paths. These will be stripped later. |
|
468 |
$ECHO "$WINPATH_BASH -c 'echo VS_PATH="'\"$PATH\" > set-vs-env.sh' \ |
|
469 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
470 |
$ECHO "$WINPATH_BASH -c 'echo VS_INCLUDE="'\"$INCLUDE\;$include \" >> set-vs-env.sh' \ |
|
471 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
472 |
$ECHO "$WINPATH_BASH -c 'echo VS_LIB="'\"$LIB\;$lib \" >> set-vs-env.sh' \ |
|
473 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
474 |
$ECHO "$WINPATH_BASH -c 'echo VCINSTALLDIR="'\"$VCINSTALLDIR \" >> set-vs-env.sh' \ |
|
475 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
476 |
$ECHO "$WINPATH_BASH -c 'echo VCToolsRedistDir="'\"$VCToolsRedistDir \" >> set-vs-env.sh' \ |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
477 |
>> $EXTRACT_VC_ENV_BAT_FILE |
53110 | 478 |
$ECHO "$WINPATH_BASH -c 'echo WindowsSdkDir="'\"$WindowsSdkDir \" >> set-vs-env.sh' \ |
479 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
480 |
$ECHO "$WINPATH_BASH -c 'echo WINDOWSSDKDIR="'\"$WINDOWSSDKDIR \" >> set-vs-env.sh' \ |
|
481 |
>> $EXTRACT_VC_ENV_BAT_FILE |
|
482 |
fi |
|
14111 | 483 |
|
30022 | 484 |
# Now execute the newly created bat file. |
485 |
# The | cat is to stop SetEnv.Cmd to mess with system colors on msys. |
|
486 |
# Change directory so we don't need to mess with Windows paths in redirects. |
|
487 |
cd $VS_ENV_TMP_DIR |
|
53110 | 488 |
$CMD /c extract-vs-env.bat | $CAT |
54455
542735f2a53e
8221907: make reconfigure breaks when configured with relative paths
erikj
parents:
54265
diff
changeset
|
489 |
cd $CONFIGURE_START_DIR |
14111 | 490 |
|
30022 | 491 |
if test ! -s $VS_ENV_TMP_DIR/set-vs-env.sh; then |
53110 | 492 |
AC_MSG_NOTICE([Could not succesfully extract the environment variables needed for the VS setup.]) |
30022 | 493 |
AC_MSG_NOTICE([Try setting --with-tools-dir to the VC/bin directory within the VS installation]) |
494 |
AC_MSG_NOTICE([or run "bash.exe -l" from a VS command prompt and then run configure from there.]) |
|
495 |
AC_MSG_ERROR([Cannot continue]) |
|
496 |
fi |
|
14111 | 497 |
|
53110 | 498 |
# Remove windows line endings |
499 |
$SED -i -e 's|\r||g' $VS_ENV_TMP_DIR/set-vs-env.sh |
|
500 |
||
30022 | 501 |
# Now set all paths and other env variables. This will allow the rest of |
502 |
# the configure script to find and run the compiler in the proper way. |
|
503 |
AC_MSG_NOTICE([Setting extracted environment variables]) |
|
504 |
. $VS_ENV_TMP_DIR/set-vs-env.sh |
|
505 |
# Now we have VS_PATH, VS_INCLUDE, VS_LIB. For further checking, we |
|
506 |
# also define VCINSTALLDIR, WindowsSdkDir and WINDOWSSDKDIR. |
|
53240 | 507 |
|
508 |
# In WSL, the extracted VS_PATH is Windows style. This needs to be |
|
509 |
# rewritten as Unix style and the Windows style version is saved |
|
510 |
# in VS_PATH_WINDOWS. |
|
511 |
if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.wsl"; then |
|
512 |
OLDIFS="$IFS" |
|
513 |
IFS=";" |
|
514 |
# Convert VS_PATH to unix style |
|
515 |
VS_PATH_WINDOWS="$VS_PATH" |
|
516 |
VS_PATH="" |
|
517 |
for i in $VS_PATH_WINDOWS; do |
|
518 |
path=$i |
|
519 |
# Only process non-empty elements |
|
520 |
if test "x$path" != x; then |
|
521 |
IFS="$OLDIFS" |
|
522 |
# Check that directory exists before calling fixup_path |
|
523 |
testpath=$path |
|
524 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH([testpath]) |
|
525 |
if test -d "$testpath"; then |
|
526 |
BASIC_FIXUP_PATH([path]) |
|
527 |
BASIC_APPEND_TO_PATH(VS_PATH, $path) |
|
528 |
fi |
|
529 |
IFS=";" |
|
530 |
fi |
|
531 |
done |
|
532 |
IFS="$OLDIFS" |
|
533 |
fi |
|
534 |
||
30022 | 535 |
else |
536 |
# We did not find a vsvars bat file, let's hope we are run from a VS command prompt. |
|
537 |
AC_MSG_NOTICE([Cannot locate a valid Visual Studio installation, checking current environment]) |
|
538 |
fi |
|
14111 | 539 |
fi |
540 |
||
23429 | 541 |
# At this point, we should have correct variables in the environment, or we can't continue. |
14111 | 542 |
AC_MSG_CHECKING([for Visual Studio variables]) |
20363 | 543 |
|
30022 | 544 |
if test "x$VCINSTALLDIR" != x || test "x$WindowsSDKDir" != x \ |
545 |
|| test "x$WINDOWSSDKDIR" != x || test "x$DEVKIT_NAME" != x; then |
|
23429 | 546 |
if test "x$VS_INCLUDE" = x || test "x$VS_LIB" = x; then |
14111 | 547 |
AC_MSG_RESULT([present but broken]) |
548 |
AC_MSG_ERROR([Your VC command prompt seems broken, INCLUDE and/or LIB is missing.]) |
|
549 |
else |
|
550 |
AC_MSG_RESULT([ok]) |
|
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
551 |
# Remove any trailing "\" ";" and " " from the variables. |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
552 |
VS_INCLUDE=`$ECHO "$VS_INCLUDE" | $SED -e 's/\\\\*;* *$//'` |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
553 |
VS_LIB=`$ECHO "$VS_LIB" | $SED 's/\\\\*;* *$//'` |
23429 | 554 |
VCINSTALLDIR=`$ECHO "$VCINSTALLDIR" | $SED 's/\\\\* *$//'` |
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
555 |
VCToolsRedistDir=`$ECHO "$VCToolsRedistDir" | $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
|
556 |
WindowsSdkDir=`$ECHO "$WindowsSdkDir" | $SED 's/\\\\* *$//'` |
23429 | 557 |
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
|
558 |
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
|
559 |
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
|
560 |
fi |
23432
f8964bac59db
8039030: 9-dev windows-i586 build failed with mktemp: command not found
erikj
parents:
23429
diff
changeset
|
561 |
# 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
|
562 |
# 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
|
563 |
VS_PATH=`$ECHO "$VS_PATH" | $SED 's/[[^:#]]*#[^:]*://g'` |
23429 | 564 |
|
565 |
AC_SUBST(VS_PATH) |
|
14111 | 566 |
AC_SUBST(VS_INCLUDE) |
567 |
AC_SUBST(VS_LIB) |
|
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
568 |
|
53240 | 569 |
# Convert VS_INCLUDE into SYSROOT_CFLAGS |
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
570 |
OLDIFS="$IFS" |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
571 |
IFS=";" |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
572 |
for i in $VS_INCLUDE; do |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
573 |
ipath=$i |
29065
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
574 |
# Only process non-empty elements |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
575 |
if test "x$ipath" != x; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
576 |
IFS="$OLDIFS" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
577 |
# 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
|
578 |
testpath=$ipath |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
579 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH([testpath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
580 |
if test -d "$testpath"; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
581 |
BASIC_FIXUP_PATH([ipath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
582 |
SYSROOT_CFLAGS="$SYSROOT_CFLAGS -I$ipath" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
583 |
fi |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
584 |
IFS=";" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
585 |
fi |
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
586 |
done |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
587 |
# Convert VS_LIB into SYSROOT_LDFLAGS |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
588 |
for i in $VS_LIB; do |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
589 |
libpath=$i |
29065
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
590 |
# Only process non-empty elements |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
591 |
if test "x$libpath" != x; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
592 |
IFS="$OLDIFS" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
593 |
# 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
|
594 |
testpath=$libpath |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
595 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH([testpath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
596 |
if test -d "$testpath"; then |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
597 |
BASIC_FIXUP_PATH([libpath]) |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
598 |
SYSROOT_LDFLAGS="$SYSROOT_LDFLAGS -libpath:$libpath" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
599 |
fi |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
600 |
IFS=";" |
907bcc4ce290
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
ihse
parents:
28908
diff
changeset
|
601 |
fi |
28809
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
602 |
done |
6481e27e00ee
8071329: Stop exporting INCLUDE and LIB when building on windows
erikj
parents:
28287
diff
changeset
|
603 |
IFS="$OLDIFS" |
53110 | 604 |
|
605 |
AC_SUBST(VS_PATH_WINDOWS) |
|
14111 | 606 |
fi |
607 |
else |
|
608 |
AC_MSG_RESULT([not found]) |
|
609 |
||
610 |
if test "x$VS_ENV_CMD" = x; then |
|
611 |
AC_MSG_NOTICE([Cannot locate a valid Visual Studio or Windows SDK installation on disk,]) |
|
612 |
AC_MSG_NOTICE([nor is this script run from a Visual Studio command prompt.]) |
|
613 |
else |
|
614 |
AC_MSG_NOTICE([Running the extraction script failed.]) |
|
615 |
fi |
|
616 |
AC_MSG_NOTICE([Try setting --with-tools-dir to the VC/bin directory within the VS installation]) |
|
617 |
AC_MSG_NOTICE([or run "bash.exe -l" from a VS command prompt and then run configure from there.]) |
|
618 |
AC_MSG_ERROR([Cannot continue]) |
|
619 |
fi |
|
20643 | 620 |
]) |
20363 | 621 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
622 |
AC_DEFUN([TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL], |
20643 | 623 |
[ |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
624 |
DLL_NAME="$1" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
625 |
POSSIBLE_MSVC_DLL="$2" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
626 |
METHOD="$3" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
627 |
if test -n "$POSSIBLE_MSVC_DLL" -a -e "$POSSIBLE_MSVC_DLL"; then |
30022 | 628 |
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
|
629 |
|
20643 | 630 |
# Need to check if the found msvcr is correct architecture |
30022 | 631 |
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
|
632 |
MSVC_DLL_FILETYPE=`$FILE -b "$POSSIBLE_MSVC_DLL"` |
25882 | 633 |
if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.msys"; then |
634 |
# The MSYS 'file' command returns "PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit" |
|
635 |
# on x32 and "PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly" on x64 systems. |
|
636 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
|
637 |
CORRECT_MSVCR_ARCH="PE32 executable" |
|
638 |
else |
|
639 |
CORRECT_MSVCR_ARCH="PE32+ executable" |
|
640 |
fi |
|
20643 | 641 |
else |
25882 | 642 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then |
643 |
CORRECT_MSVCR_ARCH=386 |
|
644 |
else |
|
645 |
CORRECT_MSVCR_ARCH=x86-64 |
|
646 |
fi |
|
20643 | 647 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
648 |
if $ECHO "$MSVC_DLL_FILETYPE" | $GREP "$CORRECT_MSVCR_ARCH" 2>&1 > /dev/null; then |
20643 | 649 |
AC_MSG_RESULT([ok]) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
650 |
MSVC_DLL="$POSSIBLE_MSVC_DLL" |
30022 | 651 |
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
|
652 |
AC_MSG_RESULT([$MSVC_DLL]) |
20643 | 653 |
else |
654 |
AC_MSG_RESULT([incorrect, ignoring]) |
|
30022 | 655 |
AC_MSG_NOTICE([The file type of the located $DLL_NAME is $MSVC_DLL_FILETYPE]) |
20643 | 656 |
fi |
657 |
fi |
|
658 |
]) |
|
659 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
660 |
AC_DEFUN([TOOLCHAIN_SETUP_MSVC_DLL], |
20643 | 661 |
[ |
30022 | 662 |
DLL_NAME="$1" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
663 |
MSVC_DLL= |
20643 | 664 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
665 |
if test "x$MSVC_DLL" = x; then |
14111 | 666 |
if test "x$VCINSTALLDIR" != x; then |
20643 | 667 |
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
|
668 |
BASIC_FIXUP_PATH(CYGWIN_VC_INSTALL_DIR) |
48678 | 669 |
if test "$VS_VERSION" -lt 2017; then |
670 |
# Probe: Using well-known location from Visual Studio 12.0 and older |
|
671 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then |
|
672 |
POSSIBLE_MSVC_DLL="$CYGWIN_VC_INSTALL_DIR/redist/x64/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME" |
|
673 |
else |
|
674 |
POSSIBLE_MSVC_DLL="$CYGWIN_VC_INSTALL_DIR/redist/x86/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME" |
|
675 |
fi |
|
14111 | 676 |
else |
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
677 |
CYGWIN_VC_TOOLS_REDIST_DIR="$VCToolsRedistDir" |
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
678 |
BASIC_FIXUP_PATH(CYGWIN_VC_TOOLS_REDIST_DIR) |
54635
14615b8ac24c
8221988: add possibility to build with Visual Studio 2019
avoitylov
parents:
54455
diff
changeset
|
679 |
# Probe: Using well-known location from VS 2017 and VS 2019 |
48678 | 680 |
if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then |
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
681 |
POSSIBLE_MSVC_DLL="`ls $CYGWIN_VC_TOOLS_REDIST_DIR/x64/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME`" |
48678 | 682 |
else |
54265
1b0163c877c0
8220445: Support for side by side MSVC Toolset versions
erikj
parents:
53240
diff
changeset
|
683 |
POSSIBLE_MSVC_DLL="`ls $CYGWIN_VC_TOOLS_REDIST_DIR/x86/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME`" |
48678 | 684 |
fi |
20643 | 685 |
fi |
48678 | 686 |
# In case any of the above finds more than one file, loop over them. |
687 |
for possible_msvc_dll in $POSSIBLE_MSVC_DLL; do |
|
688 |
$ECHO "POSSIBLE_MSVC_DLL $possible_msvc_dll" |
|
689 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL([$DLL_NAME], [$possible_msvc_dll], |
|
690 |
[well-known location in VCINSTALLDIR]) |
|
691 |
done |
|
20643 | 692 |
fi |
693 |
fi |
|
694 |
||
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
695 |
if test "x$MSVC_DLL" = x; then |
20643 | 696 |
# 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
|
697 |
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
|
698 |
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
|
699 |
[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
|
700 |
fi |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
701 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
702 |
if test "x$MSVC_DLL" = x; then |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
703 |
# 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
|
704 |
CYGWIN_SYSTEMROOT="$SYSTEMROOT" |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
705 |
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
|
706 |
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
|
707 |
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
|
708 |
[well-known location in SYSTEMROOT]) |
20643 | 709 |
fi |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
26400
diff
changeset
|
710 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
711 |
if test "x$MSVC_DLL" = x; then |
20643 | 712 |
# Probe: If Visual Studio Express is installed, there is usually one with the debugger |
713 |
if test "x$VS100COMNTOOLS" != x; then |
|
714 |
CYGWIN_VS_TOOLS_DIR="$VS100COMNTOOLS/.." |
|
715 |
BASIC_WINDOWS_REWRITE_AS_UNIX_PATH(CYGWIN_VS_TOOLS_DIR) |
|
716 |
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
|
717 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VS_TOOLS_DIR" -name $DLL_NAME \ |
53110 | 718 |
| $GREP -i /x64/ | $HEAD --lines 1` |
20643 | 719 |
else |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
720 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VS_TOOLS_DIR" -name $DLL_NAME \ |
53110 | 721 |
| $GREP -i /x86/ | $HEAD --lines 1` |
20643 | 722 |
fi |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
723 |
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
|
724 |
[search of VS100COMNTOOLS]) |
20643 | 725 |
fi |
726 |
fi |
|
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
727 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
728 |
if test "x$MSVC_DLL" = x; then |
20643 | 729 |
# 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
|
730 |
# (This was the original behaviour; kept since it might turn something up) |
20643 | 731 |
if test "x$CYGWIN_VC_INSTALL_DIR" != x; then |
732 |
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
|
733 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VC_INSTALL_DIR" -name $DLL_NAME \ |
53110 | 734 |
| $GREP x64 | $HEAD --lines 1` |
20643 | 735 |
else |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
736 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VC_INSTALL_DIR" -name $DLL_NAME \ |
53110 | 737 |
| $GREP x86 | $GREP -v ia64 | $GREP -v x64 | $HEAD --lines 1` |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
738 |
if test "x$POSSIBLE_MSVC_DLL" = x; then |
20643 | 739 |
# 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
|
740 |
POSSIBLE_MSVC_DLL=`$FIND "$CYGWIN_VC_INSTALL_DIR" -name $DLL_NAME \ |
53110 | 741 |
| $HEAD --lines 1` |
14111 | 742 |
fi |
743 |
fi |
|
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
744 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
745 |
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
|
746 |
[search of VCINSTALLDIR]) |
14111 | 747 |
fi |
748 |
fi |
|
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29065
diff
changeset
|
749 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
750 |
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
|
751 |
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
|
752 |
AC_MSG_RESULT([no]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
753 |
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
|
754 |
fi |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
755 |
]) |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
756 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
757 |
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
|
758 |
[ |
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
759 |
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
|
760 |
[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
|
761 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
762 |
if test "x$with_msvcr_dll" != x; then |
42300
218374d35efd
8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse
parents:
30022
diff
changeset
|
763 |
# If given explicitly by user, do not probe. If not present, fail directly. |
30022 | 764 |
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
|
765 |
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
|
766 |
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
|
767 |
fi |
30022 | 768 |
MSVCR_DLL="$MSVC_DLL" |
769 |
elif test "x$DEVKIT_MSVCR_DLL" != x; then |
|
770 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL($MSVCR_NAME, [$DEVKIT_MSVCR_DLL], [devkit]) |
|
771 |
if test "x$MSVC_DLL" = x; then |
|
772 |
AC_MSG_ERROR([Could not find a proper $MSVCR_NAME as specified by devkit]) |
|
48678 | 773 |
fi |
30022 | 774 |
MSVCR_DLL="$MSVC_DLL" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
775 |
else |
30022 | 776 |
TOOLCHAIN_SETUP_MSVC_DLL([${MSVCR_NAME}]) |
777 |
MSVCR_DLL="$MSVC_DLL" |
|
14111 | 778 |
fi |
30022 | 779 |
AC_SUBST(MSVCR_DLL) |
20643 | 780 |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
781 |
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
|
782 |
[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
|
783 |
|
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
784 |
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
|
785 |
if test "x$with_msvcp_dll" != x; then |
42300
218374d35efd
8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse
parents:
30022
diff
changeset
|
786 |
# If given explicitly by user, do not probe. If not present, fail directly. |
30022 | 787 |
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
|
788 |
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
|
789 |
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
|
790 |
fi |
30022 | 791 |
MSVCP_DLL="$MSVC_DLL" |
792 |
elif test "x$DEVKIT_MSVCP_DLL" != x; then |
|
793 |
TOOLCHAIN_CHECK_POSSIBLE_MSVC_DLL($MSVCP_NAME, [$DEVKIT_MSVCP_DLL], [devkit]) |
|
794 |
if test "x$MSVC_DLL" = x; then |
|
795 |
AC_MSG_ERROR([Could not find a proper $MSVCP_NAME as specified by devkit]) |
|
48678 | 796 |
fi |
30022 | 797 |
MSVCP_DLL="$MSVC_DLL" |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
798 |
else |
30022 | 799 |
TOOLCHAIN_SETUP_MSVC_DLL([${MSVCP_NAME}]) |
800 |
MSVCP_DLL="$MSVC_DLL" |
|
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
801 |
fi |
30022 | 802 |
AC_SUBST(MSVCP_DLL) |
28901
5acc0ec03d06
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents:
28287
diff
changeset
|
803 |
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
|
804 |
|
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
805 |
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
|
806 |
[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
|
807 |
|
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
808 |
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
|
809 |
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
|
810 |
if test "x$with_ucrt_dll_dir" != x; then |
58139 | 811 |
if test -z "$(ls -d "$with_ucrt_dll_dir/"*.dll 2> /dev/null)"; then |
50073
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
812 |
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
|
813 |
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
|
814 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
815 |
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
|
816 |
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
|
817 |
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
|
818 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
819 |
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
|
820 |
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
|
821 |
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
|
822 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
823 |
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
|
824 |
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
|
825 |
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
|
826 |
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
|
827 |
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
|
828 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
829 |
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
|
830 |
if test -z "$(ls -d "$UCRT_DLL_DIR/"*.dll 2> /dev/null)"; then |
53110 | 831 |
# Try with version subdir |
832 |
UCRT_DLL_DIR="`ls -d $CYGWIN_WINDOWSSDKDIR/Redist/*/ucrt/DLLs/$dll_subdir \ |
|
833 |
2> /dev/null | $SORT -d | $HEAD -n1`" |
|
834 |
if test -z "$UCRT_DLL_DIR" \ |
|
835 |
|| test -z "$(ls -d "$UCRT_DLL_DIR/"*.dll 2> /dev/null)"; then |
|
836 |
AC_MSG_RESULT([no]) |
|
837 |
AC_MSG_ERROR([Could not find any dlls in $UCRT_DLL_DIR]) |
|
838 |
else |
|
839 |
AC_MSG_RESULT($UCRT_DLL_DIR) |
|
840 |
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
|
841 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
842 |
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
|
843 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
844 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
845 |
else |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
846 |
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
|
847 |
fi |
35b22ca681d1
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj
parents:
49566
diff
changeset
|
848 |
AC_SUBST(UCRT_DLL_DIR) |
14111 | 849 |
]) |