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

Unified Diff: build/common.gypi

Issue 10837226: Use NDK r8b and 64-bit toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 4 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 | « build/android/envsetup_functions.sh ('k') | 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 c038b9d8b5d6fb6f9e4f21f24ddab09aa8b57f51..1952ec2a6e5d84ade0e7e1606da1f4ec761b442d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2249,6 +2249,7 @@
# compiler (r5-r7). This can be verified using
# TestWebKitAPI's WTF.Checked_int8_t test.
'-fno-tree-sra',
+ '-fuse-ld=gold',
'-Wno-psabi',
],
# Android now supports .relro sections properly.
@@ -2258,6 +2259,7 @@
'ldflags': [
'-Wl,-z,relro',
'-Wl,-z,now',
+ '-fuse-ld=gold',
],
'conditions': [
['arm_thumb == 1', {
@@ -2285,6 +2287,7 @@
'-mthumb-interwork',
'-finline-limit=64',
'-fno-tree-sra',
+ '-fuse-ld=gold',
'-Wno-psabi',
],
}],
« no previous file with comments | « build/android/envsetup_functions.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698