bulidman: Move toolchain handling to a function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:42 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitb8680646521a8f36b309cf53d2fd15f8f14a6264
treebb50cdbbac51d1878235fd4af42cfa8ec290367b
parent180c718a0450d3c5785534e4b5305b89a99b7b17
bulidman: Move toolchain handling to a function

Move the code for dealing with toolchains out into its own function, to
reduce the size of the main function.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py