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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 49233002: Switch ARM/linux builders from armel to armhf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 766f3478d722fa6320c2477d68e3bba14af9ec96..ee3672b46c0b132070de56ed5eb05abc5c908818 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -1502,14 +1502,14 @@ f_linux_arm_cross_compile = linux().ChromiumFactory(
'gs_bucket': 'gs://chromium-browser-snapshots',
'gs_acl': 'public-read',
'gclient_env': {
- 'AR': 'arm-linux-gnueabi-ar',
- 'AS': 'arm-linux-gnueabi-as',
- 'CC': 'arm-linux-gnueabi-gcc',
+ 'AR': 'arm-linux-gnueabihf-ar',
+ 'AS': 'arm-linux-gnueabihf-as',
+ 'CC': 'arm-linux-gnueabihf-gcc',
'CC_host': 'gcc',
- 'CXX': 'arm-linux-gnueabi-g++',
+ 'CXX': 'arm-linux-gnueabihf-g++',
'CXX_host': 'g++',
- 'GYP_DEFINES': 'target_arch=arm',
- 'RANLIB': 'arm-linux-gnueabi-ranlib',
+ 'GYP_DEFINES': 'target_arch=arm arm_float_abi=hard',
+ 'RANLIB': 'arm-linux-gnueabihf-ranlib',
},
})
« no previous file with comments | « no previous file | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698