]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
authorRussell Keith-Magee <russell@keith-magee.com>
Mon, 26 Feb 2024 01:21:10 +0000 (09:21 +0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 01:21:10 +0000 (20:21 -0500)
commitbee7bb3310b356e99e3a0f75f23efbc97f1b0a24
tree97867cc02ffa0f96440aae9f2d75ac1d08265213
parente921f09c8a7eb2ab24e8a782b65531ee5afb291a
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
20 files changed:
.gitignore
Makefile.pre.in
Misc/NEWS.d/next/Build/2024-02-13-14-52-59.gh-issue-114099.zjXsQr.rst [new file with mode: 0644]
Misc/platform_triplet.c
config.sub
configure
configure.ac
iOS/README.rst [new file with mode: 0644]
iOS/Resources/Info.plist.in [new file with mode: 0644]
iOS/Resources/bin/arm64-apple-ios-ar [new file with mode: 0755]
iOS/Resources/bin/arm64-apple-ios-clang [new file with mode: 0755]
iOS/Resources/bin/arm64-apple-ios-cpp [new file with mode: 0755]
iOS/Resources/bin/arm64-apple-ios-simulator-ar [new file with mode: 0755]
iOS/Resources/bin/arm64-apple-ios-simulator-clang [new file with mode: 0755]
iOS/Resources/bin/arm64-apple-ios-simulator-cpp [new file with mode: 0755]
iOS/Resources/bin/x86_64-apple-ios-simulator-ar [new file with mode: 0755]
iOS/Resources/bin/x86_64-apple-ios-simulator-clang [new file with mode: 0755]
iOS/Resources/bin/x86_64-apple-ios-simulator-cpp [new file with mode: 0755]
iOS/Resources/dylib-Info-template.plist [new file with mode: 0644]
iOS/Resources/pyconfig.h [new file with mode: 0644]