aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/toolchain.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-26patman: Move to absolute importsSimon Glass1-3/+3
2020-04-26buildman: Move to absolute importsSimon Glass1-1/+1
2020-04-10buildman: Support fetching gcc 9.2.0Bin Meng1-1/+1
2020-02-05buildman: Enable buildman on aarch64 hostsMatthias Brugger1-0/+2
2019-12-10buildman: Add options to get the arch and toolchain infoSimon Glass1-0/+26
2019-12-10buildman: Improve [make-flags] section parser to allow quoted stringsCristian Ciocaltea1-1/+2
2019-11-04buildman: Convert to Python 3Simon Glass1-49/+50
2019-01-14buildman: Fix tabs in GetWrapper()Simon Glass1-2/+2
2019-01-14buildman: Add support for building with clangSimon Glass1-4/+34
2018-12-05buildman/toolchain.py: handle inconsistent tarball namesTrevor Woerner1-2/+3
2018-12-05buildman/toolchain.py: fix toolchain directoryTrevor Woerner1-1/+2
2018-05-22buildman: support newer gcc versions from kernel.orgDaniel Schwierzeck1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-09buildman: disable localized and unicode output of all build toolsDaniel Schwierzeck1-1/+5
2017-04-18buildman: Allow 'gnueabihf' toolchains for ARMTom Rini1-2/+3
2016-10-09tools: buildman: Add compiler wrapperYork Sun1-2/+16
2016-07-31buildman: Avoid overwriting existing toolchain entriesSimon Glass1-2/+1
2016-07-31buildman: Fix a typo in TestSettingsHasPath()Simon Glass1-1/+1
2016-07-31buildman: Improve the toolchain progress/error outputSimon Glass1-9/+15
2016-07-31buildman: Allow the toolchain error to be suppressedSimon Glass1-6/+14
2016-03-17buildman: Add a way to specific a full toolchain prefixSimon Glass1-1/+39
2016-03-14buildman: Allow the toolchain architecture to be specifiedSimon Glass1-5/+12
2016-03-14buildman: Allow the toolchain priority to be specifiedSimon Glass1-8/+22
2016-03-14buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass1-5/+6
2015-04-23buildman: Add gcc 4.9.0 with Microblaze toolchainMichal Simek1-1/+1
2015-03-05buildman: Correct toolchain download featureSimon Glass1-3/+7
2015-02-15buildman: allow multiple toolchains in a single pathAlbert ARIBAUD1-4/+5
2015-01-14buildman: Add the option to download toolchains from kernel.orgSimon Glass1-10/+223
2015-01-14buildman: Allow architecture to alias to multiple toolchainsSimon Glass1-3/+5
2015-01-14buildman: Add an option to use the full tool chain pathSimon Glass1-6/+14
2015-01-14buildman: Put the toolchain path first instead of last in PATHSimon Glass1-1/+1
2015-01-14buildman: Try to avoid hard-coded string parsingSimon Glass1-1/+8
2014-09-09buildman: Add a functional testSimon Glass1-1/+3
2014-09-05buildman: Allow make-flags variables to include '-' and '_'Simon Glass1-1/+1
2014-07-07buildman: fix toolchain priority_listMasahiro Yamada1-1/+1
2014-07-07buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada1-1/+1
2013-10-10buildman: don't fail --list-toolchains when toolchains failStephen Warren1-1/+2
2013-10-01buildman: Allow make flags to be specified for each boardSimon Glass1-2/+79
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-04buildman - U-Boot multi-threaded builder and summary toolSimon Glass1-0/+185