]> git.ipfire.org Git - people/ms/u-boot.git/commit
buildman: disable localized and unicode output of all build tools
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 8 Jun 2017 01:07:08 +0000 (03:07 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 9 Jun 2017 19:45:34 +0000 (13:45 -0600)
commitb0e994c29e726dc0ba02a44adbd050f5f9f0b995
treee7b7e99a3fe8f012c6c7c6deefbff37f29371118
parentfe67eaccd0d265ac01974980edad5395ade488eb
buildman: disable localized and unicode output of all build tools

Build tools like Make, gcc or binutils support localized output
or unicode encoded output dependent on the default system locale.
This is not useful for buildman, where we want reproducible
warning or error messages or where the output of binutils is
further processed.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
tools/buildman/toolchain.py