]> git.ipfire.org Git - people/ms/u-boot.git/commit
buildman: Allow 'gnueabihf' toolchains for ARM
authorTom Rini <trini@konsulko.com>
Fri, 14 Apr 2017 23:47:50 +0000 (19:47 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 18 Apr 2017 14:29:19 +0000 (10:29 -0400)
commit546a6f3a9b48fb891e5530528cc0696564438760
tree049b064769b5f8aabaf5188fa7b407c8715c37d8
parent573a3811edc89c2ea3bf4fd077e3673b863b9a0d
buildman: Allow 'gnueabihf' toolchains for ARM

Many toolchains for ARM use the 'gnueabihf' suffix rather than just
'gnueabi', so allow these to be used, but with a lower priority than
'gnueabi' ones.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/buildman/toolchain.py