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

Unified Diff: build/common.gypi

Issue 104403004: update armv6 floating point defaults (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: set arm_fpu=vfp instead for armv6 Created 7 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 eed3623a0c373d4e40393845aaceede7df01fe0b..45f921fdcf3b6adf0513bfef7db7a2a9b8023b3a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1845,8 +1845,8 @@
['arm_version==6 and android_webview_build==0', {
'arm_arch%': 'armv6',
'arm_tune%': '',
- 'arm_fpu%': '',
- 'arm_float_abi%': 'soft',
+ 'arm_fpu%': 'vfp',
+ 'arm_float_abi%': 'softfp',
'arm_thumb%': 0,
}],
['arm_version==7 and android_webview_build==0', {
« 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