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

Unified Diff: build/common.gypi

Issue 1300633002: Roll src/third_party/android_tools 5722f90:6957ab0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: they see me rollin' Created 5 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 | « DEPS ('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 db723bc02d43e2e2cc9d55a736acc0c362435d72..75e6b0fca019e6954b8ed396b6dddba42112d8cb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3956,11 +3956,16 @@
'-m32',
],
'conditions': [
- # Use gold linker for Android ia32 target.
['OS=="android"', {
+ # Use gold linker for Android ia32 target.
'ldflags': [
'-fuse-ld=gold',
],
+ # Use -mstackrealign due to a bug on ia32 Jelly Bean.
+ # See crbug.com/521527
Nico 2015/08/18 23:24:52 https://android-review.googlesource.com/#/c/110770
Fabrice (no longer in Chrome) 2015/08/18 23:30:59 My best guess is that there is something wrong in
Nico 2015/08/18 23:35:59 Shouldn't the comment be more along the lines of "
+ 'cflags': [
+ '-mstackrealign',
+ ],
}],
],
}],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698