зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1726100 - Build the clang-12-android-cross toolchain with wasi support. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D122935 Depends on D122934
This commit is contained in:
Родитель
5c46326028
Коммит
6d40ab3f4a
|
@ -6,6 +6,7 @@
|
|||
"cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
||||
"cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
|
||||
"as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
||||
"wasi-compiler-rt": "{MOZ_FETCHES_DIR}/compiler-rt",
|
||||
"android_targets": {
|
||||
"armv7-linux-android": {
|
||||
"ndk_toolchain": "{MOZ_FETCHES_DIR}/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64",
|
||||
|
|
|
@ -407,6 +407,7 @@ linux64-clang-12-android-cross:
|
|||
- linux64-gcc-7
|
||||
- linux64-android-ndk-linux-repack
|
||||
- linux64-toolchain-sysroot
|
||||
- wasm32-wasi-compiler-rt-12
|
||||
|
||||
linux64-clang-12-aarch64-cross:
|
||||
description: "Clang 12 toolchain build with aarch64 runtime"
|
||||
|
|
Загрузка…
Ссылка в новой задаче