Skip to content

Commit

Permalink
Update JDK8 windows compiles to use Visual Studio 2013
Browse files Browse the repository at this point in the history
* [skip ci]
* #10129

Signed-off-by: Joe deKoning <[email protected]>
  • Loading branch information
jdekonin committed Oct 16, 2020
1 parent e6e73cd commit 8882c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ x86-64_windows:
freemarker: '/cygdrive/c/openjdk/freemarker.jar'
extra_configure_options:
all: '--disable-ccache --with-cuda="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0"'
8: '--with-freetype-include=/cygdrive/c/openjdk/freetype-2.5.3/include --with-freetype-lib=/cygdrive/c/openjdk/freetype-2.5.3/lib64 --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_64-VS2013'
8: '--with-toolchain-version=2013 --with-freetype-src=/cygdrive/c/openjdk/freetype-2.5.3 --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_64-VS2013'
11: '--with-toolchain-version=2017 --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_64-VS2017'
14: '--with-toolchain-version=2017 --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_64-VS2017'
15: '--with-toolchain-version=2019 --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_64-VS2019'
Expand Down Expand Up @@ -538,7 +538,7 @@ x86-32_windows:
release:
8: 'windows-x86-normal-server-release'
extra_configure_options:
8: '--with-freetype-include=/cygdrive/c/openjdk/freetype-2.5.3/include --with-freetype-lib=/cygdrive/c/openjdk/freetype-2.5.3/lib32 --with-target-bits=32 --disable-ccache --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_32-VS2013'
8: '--with-toolchain-version=2013 --with-freetype-src=/cygdrive/c/openjdk/freetype-2.5.3 --with-target-bits=32 --disable-ccache --with-openssl=/cygdrive/c/openjdk/OpenSSL-1.1.1h-x86_32-VS2013'
freemarker: '/cygdrive/c/openjdk/freemarker.jar'
node_labels:
build:
Expand Down
2 changes: 1 addition & 1 deletion runtime/compiler/build/toolcfg/win-msvc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ ifeq ($(origin MSVC_VERSION), undefined)
SOLINK_SLINK+=ucrt vcruntime
endif
else
ifneq (,$(filter 2015 2017 2019, $(MSVC_VERSION)))
ifneq (,$(filter 2013 2015 2017 2019, $(MSVC_VERSION)))
SOLINK_SLINK+=ucrt vcruntime
endif
endif
Expand Down

0 comments on commit 8882c46

Please sign in to comment.