diff options
author | Devtools Arcadia <arcadia-devtools@yandex-team.ru> | 2022-02-07 18:08:42 +0300 |
---|---|---|
committer | Devtools Arcadia <arcadia-devtools@mous.vla.yp-c.yandex.net> | 2022-02-07 18:08:42 +0300 |
commit | 1110808a9d39d4b808aef724c861a2e1a38d2a69 (patch) | |
tree | e26c9fed0de5d9873cce7e00bc214573dc2195b7 /build/platform.md | |
download | ydb-1110808a9d39d4b808aef724c861a2e1a38d2a69.tar.gz |
intermediate changes
ref:cde9a383711a11544ce7e107a78147fb96cc4029
Diffstat (limited to 'build/platform.md')
-rw-r--r-- | build/platform.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/build/platform.md b/build/platform.md new file mode 100644 index 0000000000..deb8acfb09 --- /dev/null +++ b/build/platform.md @@ -0,0 +1,23 @@ +## `--target-platform` +### `default` +* `android` + * `i686`, `x86_64`, `armv7a`, `armv7a_neon`, `armv8a` + Clang 9.0.8, Android NDK r21b. API 16 for the 32-bit platforms, API 21 for 64-bit. +* `darwin` + * `x86_64` + Clang 12.0.0, macOS SDK 10.13 + * `arm64` + Clang 12.0.0, macOS SDK ??? +* `ios` + * `i386`, `x86_64`, `armv7`, `arm64` + Clang 12.0.0, iOS SDK and iOS Simulator SDK 11.1 +* `linux` + * `x86_64` + Clang 12.0.0, Ubuntu Linux 14.04 x86-64 SDK + * `aarch64` + Clang 12.0.0, Ubuntu Linux 16.04 aarch64 SDK + * `ppc64le` + Clang 12.0.0, Ubuntu Linux 14.04 ppc64le SDK +* `win` + * `i686`, `x86_64` + Microsoft Visual C++ 2017 14.16.27023, Windows Kits 10.0.16299.0 |