[jdk17u-dev] RFR: 8296904: Improve handling of macos xcode toolchain
Matthias Baesken
mbaesken at openjdk.org
Fri Nov 25 11:21:29 UTC 2022
On Fri, 25 Nov 2022 06:28:49 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> I had to adapt the configure changes for the new option to the level of code in jdk17u.
>
> Furthermore, I regenerated docs/building.html which brings it in sync with building.md and removes a change that should not have been made when backporting [JDK-8280863](https://bugs.openjdk.org/browse/JDK-8280863).
We always check TOOLCHAIN_PATH in basic.m4
UTIL_LOOKUP_PROGS(XCODEBUILD, xcodebuild, $TOOLCHAIN_PATH)
Shouldn't we do it similar to jdk/jdk ? There we check in case of DEVKIT_ROOT set, DEKIT_TOOLCHAIN_PATH. In case of TOOLCHAIN_PATH set we check TOOLCHAIN_PATH.
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/931
More information about the jdk-updates-dev
mailing list