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

Unified Diff: build/common.gypi

Issue 1503523002: Put back path to Android MIPS gnu as for clang (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0974b49752e64eb3aaa4cd9c89bc79f6fbaeb110..b58a0daa9fafd05bec8df5bc49fb385ba6ad0c97 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4232,6 +4232,9 @@
],
}],
['clang==1 and OS=="android"', {
+ 'cflags': [
+ '-B<(android_toolchain)', # Else /usr/bin/as gets picked up.
Nico 2015/12/04 18:50:31 Can you put this next to the -no-integrated-as lin
gordanac 2015/12/04 19:27:01 Done.
+ ],
'ldflags': [
# Let clang find the ld in the NDK.
'--gcc-toolchain=<(android_toolchain)/..',
« 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