
On Tue, Jul 18, 2017 at 07:01:09AM -0700, Simon Glass wrote:
+Masahiro who seemed to be dropped +Tom also
On 14 July 2017 at 05:52, Dr. Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
On 10 Jul 2017, at 22:47, Simon Glass sjg@chromium.org wrote:
It is annoying to have to set up and maintain two sets of toolchains, one for buildman and one for moveconfig.
Adjust moveconfig to make use to buildman's toolchains. This should make things easier.
One missing feature is the ability to specify the toolchain on the command line with a special environment variable, e.g. CROSS_COMPILE_ARM. I'm not sure if that is useful, but if it is it could be implemented in buildman.
Signed-off-by: Simon Glass sjg@chromium.org —
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Tested-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Since I'm using a wrapper around moveconfig.py to set CROSS_COMPILE_xxx to what buildman uses, I'm a fan of this. Thanks!