RFC: moveconfig: Use toolchains from buildman
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jul 2017 20:47:47 +0000 (14:47 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:46 +0000 (22:22 -0400)
commit6821a7457c8a12bb4d378275807c1ea26e87d97f
treeea83fc30aee72ac9e986ee89cc9727a14dbe6d90
parentdee36c74ea39f3b9160759b850a22d53222ab4ce
RFC: moveconfig: Use toolchains from buildman

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>
tools/moveconfig.py