[issue46749] Support cross compilation on macOS

2022-02-14 Thread Ned Deily
Change by Ned Deily : -- components: +macOS -Cross-Build nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing

[issue46749] Support cross compilation on macOS

2022-02-14 Thread Ned Deily
Ned Deily added the comment: We don't currently support cross-building a single macOS architecture on another, i.e. building an x86_64 only build on an Apple Silicon Mac. However, we do support building a multi-architecture build on either on current releases of Python 3.9 and 3.10, with

[issue46749] Support cross compilation on macOS

2022-02-14 Thread autoantwort
Change by autoantwort : -- components: +Cross-Build -Build nosy: +Alex.Willmer ___ Python tracker ___ ___ Python-bugs-list mailing

[issue46749] Support cross compilation on macOS

2022-02-14 Thread autoantwort
New submission from autoantwort : Currently you get the following output: ``` ➜ debug git:(main) ✗ ../configure --host=x86_64-apple-darwin --build=arm64-apple-darwin --with-build-python=./python3.11 checking for git... found checking build system type... aarch64-apple-darwin checking host