chore: set TARGET_ARCH correctly for arm and arm64 builds
This commit is contained in:
parent
417150cecf
commit
a4607d3284
1 changed files with 2 additions and 0 deletions
|
@ -49,12 +49,14 @@ env-arm: &env-arm
|
||||||
GN_EXTRA_ARGS: 'target_cpu = "arm"'
|
GN_EXTRA_ARGS: 'target_cpu = "arm"'
|
||||||
MKSNAPSHOT_TOOLCHAIN: //build/toolchain/linux:clang_arm
|
MKSNAPSHOT_TOOLCHAIN: //build/toolchain/linux:clang_arm
|
||||||
BUILD_NATIVE_MKSNAPSHOT: 1
|
BUILD_NATIVE_MKSNAPSHOT: 1
|
||||||
|
TARGET_ARCH: arm
|
||||||
|
|
||||||
env-arm64: &env-arm64
|
env-arm64: &env-arm64
|
||||||
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm64=True'
|
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm64=True'
|
||||||
GN_EXTRA_ARGS: 'target_cpu = "arm64" fatal_linker_warnings = false enable_linux_installer = false'
|
GN_EXTRA_ARGS: 'target_cpu = "arm64" fatal_linker_warnings = false enable_linux_installer = false'
|
||||||
MKSNAPSHOT_TOOLCHAIN: //build/toolchain/linux:clang_arm64
|
MKSNAPSHOT_TOOLCHAIN: //build/toolchain/linux:clang_arm64
|
||||||
BUILD_NATIVE_MKSNAPSHOT: 1
|
BUILD_NATIVE_MKSNAPSHOT: 1
|
||||||
|
TARGET_ARCH: arm64
|
||||||
|
|
||||||
env-mas: &env-mas
|
env-mas: &env-mas
|
||||||
GN_EXTRA_ARGS: 'is_mas_build = true'
|
GN_EXTRA_ARGS: 'is_mas_build = true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue