Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(578)

Unified Diff: build/toolchain/linux/BUILD.gn

Issue 2001523002: GYP changes for arm64 linux build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments related to disabling nacl and tcmalloc in GN files. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/sysroot.gni ('k') | third_party/libwebp/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/linux/BUILD.gn
diff --git a/build/toolchain/linux/BUILD.gn b/build/toolchain/linux/BUILD.gn
index 1ae2108d193bd06eb8b7b1abdb6f9c98aa076f55..1fe3c7d526962c62faaaf30aec73387e15c1f62a 100644
--- a/build/toolchain/linux/BUILD.gn
+++ b/build/toolchain/linux/BUILD.gn
@@ -11,6 +11,12 @@ clang_toolchain("clang_arm") {
toolprefix = "arm-linux-gnueabihf-"
}
+clang_toolchain("clang_arm64") {
+ toolchain_cpu = "arm64"
+ toolchain_os = "linux"
+ toolprefix = "aarch64-linux-gnu-"
+}
+
gcc_toolchain("arm") {
toolprefix = "arm-linux-gnueabihf-"
« no previous file with comments | « build/config/sysroot.gni ('k') | third_party/libwebp/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698