Index: build/config/sysroot.gni |
diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni |
index ffd8921f859a67ac12e56bbf119dfae55b3e563e..43709cc4cb041b7cd8171bb019c335a7d39fdfd6 100644 |
--- a/build/config/sysroot.gni |
+++ b/build/config/sysroot.gni |
@@ -46,6 +46,8 @@ if (current_toolchain == default_toolchain && target_sysroot != "") { |
} else if (is_linux && !is_chromeos) { |
if (current_cpu == "mipsel") { |
sysroot = rebase_path("//mipsel-sysroot/sysroot") |
Sam Clegg
2015/09/19 08:40:06
Looks like the mips path is out-of-date too, but m
|
+ } else if (current_cpu == "arm") { |
+ sysroot = rebase_path("//build/linux/debian_wheezy_arm-sysroot") |
} else { |
sysroot = "" |
} |