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

Unified Diff: build/common.gypi

Issue 27197011: Support cross compiling for armhf variant ARM/linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | build/install-build-deps.sh » ('j') | build/linux/install-arm-sysroot.py » ('J')
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 13179c5da8ee016f3acb36e2698539c2573eccb8..f162a72141c81ea66fcf4ab93d24cb14dc6c1c24 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1767,7 +1767,7 @@
'arm_fpu%': 'vfpv3-d16',
}],
],
- 'arm_float_abi%': 'softfp',
+ 'arm_float_abi%': 'hard',
Sam Clegg 2013/10/28 17:20:09 Really I would have liked to remove this line comp
ghost stip (do not use) 2013/10/28 18:17:02 Looking at http://gcc.gnu.org/onlinedocs/gcc/ARM-O
'arm_thumb%': 1,
}],
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | build/linux/install-arm-sysroot.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698