summaryrefslogtreecommitdiffstats
path: root/Lib/filecmp.py
diff options
context:
space:
mode:
authorAdrian Vladu <avladu@cloudbasesolutions.com>2021-03-04 16:59:12 (GMT)
committerGitHub <noreply@github.com>2021-03-04 16:59:12 (GMT)
commitcb7bc7640935f6b05e9d2acfe4b33d496e8f8666 (patch)
tree6eb6c908f038e3e8a9d1070fdb0c7e7788b12658 /Lib/filecmp.py
parent40d1b831ecd1b5b6a4fce9a908a6e61b50b360a0 (diff)
downloadcpython-cb7bc7640935f6b05e9d2acfe4b33d496e8f8666.zip
cpython-cb7bc7640935f6b05e9d2acfe4b33d496e8f8666.tar.gz
cpython-cb7bc7640935f6b05e9d2acfe4b33d496e8f8666.tar.bz2
bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)
The following changes are required: * add a new platform win-arm64 * replace the emulated compiler executable paths * bump the linker base addressed as ARM64 requires more memory this change might not be needed (investigation required) On Windows 10 ARM64, VS compiler paths look like this: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX86\ARM64\cl.exe Note that the cl.exe for ARM64 is an x32 binary, which can run emulated on Windows 10 ARM64 (it has builtin emulation for x32). The rc.exe and mc.exe paths have to also be changed, as the initial discovery has to be fixed. Work in progress to remove the hardcoded bits and to change the path query fixes to the proper location. Automerge-Triggered-By: GH:jaraco
Diffstat (limited to 'Lib/filecmp.py')
0 files changed, 0 insertions, 0 deletions