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

Unified Diff: build/config/compiler/BUILD.gn

Issue 2027433002: MIPS: Fix _rebased_android_toolchain_root name spelling error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 2d3b498d48d251855bc8b1bd3abf7ea3467da4f7..210f025d6dddb0c25008afeb07c2477b8d6849a1 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -346,7 +346,7 @@ config("compiler") {
# Let clang find the ld.bfd in the NDK.
_rebased_android_toolchain_root =
rebase_path(android_toolchain_root, root_build_dir)
- ldflags += [ "--gcc-toolchain=$rebased_android_toolchain_root" ]
+ ldflags += [ "--gcc-toolchain=$_rebased_android_toolchain_root" ]
}
if (is_posix && (use_gold || (use_lld && !is_nacl)) && !using_sanitizer &&
« 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