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

Unified Diff: build/config/sysroot.gni

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/features.gni ('k') | build/toolchain/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/sysroot.gni
diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
index c01403a4ff0424b8485c88c1b7fcbd50eaaf39eb..038921eee935add178592f597e7daf312fbd2242 100644
--- a/build/config/sysroot.gni
+++ b/build/config/sysroot.gni
@@ -45,6 +45,8 @@ if (current_os == target_os && current_cpu == target_cpu &&
sysroot = "//build/linux/debian_wheezy_mips-sysroot"
} else if (current_cpu == "arm") {
sysroot = "//build/linux/debian_wheezy_arm-sysroot"
+ } else if (current_cpu == "arm64") {
+ sysroot = "//build/linux/debian_jessie_arm64-sysroot"
} else {
# Any other builds don't use a sysroot.
sysroot = ""
« no previous file with comments | « build/config/features.gni ('k') | build/toolchain/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698