On Thu, 15 May 2025 22:16:34 GMT, Luigi Montoya <d...@openjdk.org> wrote:
> Fix path for Visual Studio arm64 binaries in createWindowsDevkit.sh > > The DevKit currently created on a Windows AArch64 machine uses the x64 > compiler binaries (e.g. cl.exe). This can be inspected by running "dumpbin > /headers /out:cl.txt cl.exe" on the compiler in the generated DevKit and > inspecting the machine architecture line. It should instead use the native > Windows AArch64 compiler binaries I think this is ok for now, but ideally we should either make a single devkit that can cross and native compile on both host archs, or explicitly create two different ones, one for each host arch. ------------- Marked as reviewed by erikj (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/25259#pullrequestreview-2923584391