Allow an already installed openjdk13 to be used as a bootstrap

This commit is contained in:
Greg Lewis 2020-03-18 03:26:53 +00:00
parent 6346808559
commit db8af14681
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528625

View file

@ -98,7 +98,8 @@ JDK_BUILD_TYPE= release
ONLY_FOR_ARCHS+=aarch64 ONLY_FOR_ARCHS+=aarch64
.endif .endif
BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk12 BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk13 \
${LOCALBASE}/openjdk12
# do we have valid native jdk installed? # do we have valid native jdk installed?
.for BJDK in ${BOOTSTRAP_JDKS} .for BJDK in ${BOOTSTRAP_JDKS}