patch-disable-multiarch-13.patch
Clang 13+ prints output with --print-multiarch, confusing CPython's configure script.
This patch disables the multiarch check since we control our build environment. See https://bugs.python.org/issue45405
Related: