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

Unified Diff: masters/master.tryserver.chromium/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 | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index 6b809127e71c8b0381fc1c6803cf5d5bf5dcf863..c588a5923211f3748529e935f35a896d861710ff 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -538,14 +538,14 @@ b_linux_arm_cross_compile = CreateBuilder(
factory_properties={
'build_url': chromium_linux_arm_archive,
'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',
},
'trigger': 'linux_arm',
},
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698