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

Unified Diff: scripts/slave/recipe_modules/v8/chromium_config.py

Issue 1150253002: Partial revert of Remove arm_float_abi=hard from GYP_DEFINES (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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 | scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/chromium_config.py
diff --git a/scripts/slave/recipe_modules/v8/chromium_config.py b/scripts/slave/recipe_modules/v8/chromium_config.py
index 917da815181daaaef193fe8249585756e3db9b51..f3c46f8280584215677809a543cf666d0258225c 100644
--- a/scripts/slave/recipe_modules/v8/chromium_config.py
+++ b/scripts/slave/recipe_modules/v8/chromium_config.py
@@ -53,6 +53,7 @@ def android_arm(c):
def arm_hard_float(c):
c.compile_py.pass_arch_flag = True
c.compile_py.cross_tool = '/usr/bin/arm-linux-gnueabihf'
+ c.gyp_env.GYP_DEFINES['arm_float_abi'] = 'hard'
@CONFIG_CTX(includes=['v8'])
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698