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

Unified Diff: build/linux/sysroot_scripts/install-sysroot.py

Issue 1315773003: Revert of Fix typo in install-sysroot.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_sysroot_settings
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/install-sysroot.py
diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
index c1112891e282c0b255925f97cf6dfbbe63c1d562..4ed8353d40b5867035c8f433f9cf96de2cb3ebca 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -100,7 +100,7 @@
return False
# When cross-compiling we always use a sysroot
- if target_arch in ('arm', 'mips', 'i386'):
+ if target_arch in ('arm', 'mips', 'ia32'):
return True
# Setting use_sysroot=1 GYP_DEFINES forces the use of the sysroot even
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698