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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json

Issue 1141643004: 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
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json
index 4e49ed2a1081a2eff2c7d0d974f0c2e2baaf7923..ec4f6578bbfe071b0e4aa5069ff704333f18d242 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json
@@ -60,7 +60,7 @@
"env": {
"CXX": "/usr/bin/arm-linux-gnueabihf-g++",
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "arm_float_abi=hard target_arch=arm v8_target_arch=arm",
+ "GYP_DEFINES": "target_arch=arm v8_target_arch=arm",
"LINK": "/usr/bin/arm-linux-gnueabihf-g++"
},
"name": "gclient runhooks"

Powered by Google App Engine
This is Rietveld 408576698