diff options
author | somov <somov@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
commit | 7489e4682331202b9c7d863c0898eb83d7b12c2b (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /build/platform.md | |
parent | a5950576e397b1909261050b8c7da16db58f10b1 (diff) | |
download | ydb-7489e4682331202b9c7d863c0898eb83d7b12c2b.tar.gz |
Restoring authorship annotation for <somov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/platform.md')
-rw-r--r-- | build/platform.md | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/build/platform.md b/build/platform.md index f071401e00..deb8acfb09 100644 --- a/build/platform.md +++ b/build/platform.md @@ -1,23 +1,23 @@ -## `--target-platform` -### `default` -* `android` - * `i686`, `x86_64`, `armv7a`, `armv7a_neon`, `armv8a` +## `--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` +* `darwin` + * `x86_64` Clang 12.0.0, macOS SDK 10.13 * `arm64` Clang 12.0.0, macOS SDK ??? -* `ios` - * `i386`, `x86_64`, `armv7`, `arm64` +* `ios` + * `i386`, `x86_64`, `armv7`, `arm64` Clang 12.0.0, iOS SDK and iOS Simulator SDK 11.1 -* `linux` - * `x86_64` +* `linux` + * `x86_64` Clang 12.0.0, Ubuntu Linux 14.04 x86-64 SDK - * `aarch64` + * `aarch64` Clang 12.0.0, Ubuntu Linux 16.04 aarch64 SDK - * `ppc64le` + * `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 +* `win` + * `i686`, `x86_64` + Microsoft Visual C++ 2017 14.16.27023, Windows Kits 10.0.16299.0 |