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

Unified Diff: build/common.gypi

Issue 12942010: Enable gold linker for Android x86 build. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f40f62395751d5258d95fb8c2b532acdc46c826e..c66369408cc28f598cde5ef6c9b7efe788cbc15f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2701,6 +2701,15 @@
'-msse2',
],
}],
+ # Use gold linker for Android ia32 target.
+ ['OS=="android"', {
+ 'cflags': [
+ '-fuse-ld=gold',
+ ],
+ 'ldflags': [
+ '-fuse-ld=gold',
+ ],
+ }],
# Install packages have started cropping up with
# different headers between the 32-bit and 64-bit
# versions, so we have to shadow those differences off
« 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