|
4 | 4 | Project Status
|
5 | 5 | ==============
|
6 | 6 |
|
7 |
| -There is support for producing 64-bit CPython distributions for Windows, |
8 |
| -macOS, and Linux. All distributions are highly self-contained and have |
| 7 | +There is support for producing CPython distributions for Windows, |
| 8 | +macOS, Linux, and iOS. All distributions are highly self-contained and have |
9 | 9 | limited shared library dependencies.
|
10 | 10 |
|
11 | 11 | Planned and features include:
|
12 | 12 |
|
13 | 13 | * Static/dynamic linking toggles for dependencies
|
14 | 14 | * Support for configuring which toolchain/version to use
|
15 | 15 | * Support for BSDs
|
16 |
| -* Support for iOS and/or Android |
| 16 | +* Support for Android |
17 | 17 | * Support for Python distributions that aren't CPython
|
18 | 18 |
|
| 19 | +Target Notes |
| 20 | +============ |
| 21 | + |
| 22 | +Non-Darwin Apple Targets |
| 23 | +------------------------ |
| 24 | + |
| 25 | +Apple targets that aren't Darwin/macOS (iOS, tvOS, watchOS, and corresponding |
| 26 | +simulators) are considered alpha quality. The builds may or may not work. The |
| 27 | +builds haven't been widely tested. |
| 28 | + |
| 29 | +Only Python 3.9 is currently supported. |
| 30 | + |
| 31 | +Non-x86 Linux Targets |
| 32 | +--------------------- |
| 33 | + |
| 34 | +Linux targets for non-x86 (not ``i686-*`` or ``x86_64-*``) are considered alpha |
| 35 | +quality. |
| 36 | + |
| 37 | +The Linux cross builds use a different build environment based on Debian |
| 38 | +Stretch (as opposed to Debian Jessie) and they use the cross tools Debian |
| 39 | +packages (as opposed to using a modern Clang built from source). |
| 40 | + |
| 41 | +These builds haven't been widely tested. There are likely several rough |
| 42 | +edges with them. |
| 43 | + |
| 44 | +Only Python 3.9 is currently supported. |
| 45 | + |
19 | 46 | Test Failures
|
20 | 47 | =============
|
21 | 48 |
|
|
0 commit comments