summaryrefslogtreecommitdiffstats
path: root/tools/buildman/toolchain.py
Commit message (Expand)AuthorAgeFilesLines
* buildman: Use bytes for the environmentSimon Glass2021-04-291-8/+16
* patman: Move to absolute importsSimon Glass2020-04-261-3/+3
* buildman: Move to absolute importsSimon Glass2020-04-261-1/+1
* buildman: Support fetching gcc 9.2.0Bin Meng2020-04-101-1/+1
* buildman: Enable buildman on aarch64 hostsMatthias Brugger2020-02-051-0/+2
* buildman: Add options to get the arch and toolchain infoSimon Glass2019-12-101-0/+26
* buildman: Improve [make-flags] section parser to allow quoted stringsCristian Ciocaltea2019-12-101-1/+2
* buildman: Convert to Python 3Simon Glass2019-11-041-49/+50
* buildman: Fix tabs in GetWrapper()Simon Glass2019-01-141-2/+2
* buildman: Add support for building with clangSimon Glass2019-01-141-4/+34
* buildman/toolchain.py: handle inconsistent tarball namesTrevor Woerner2018-12-051-2/+3
* buildman/toolchain.py: fix toolchain directoryTrevor Woerner2018-12-051-1/+2
* buildman: support newer gcc versions from kernel.orgDaniel Schwierzeck2018-05-221-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* buildman: disable localized and unicode output of all build toolsDaniel Schwierzeck2017-06-091-1/+5
* buildman: Allow 'gnueabihf' toolchains for ARMTom Rini2017-04-181-2/+3
* tools: buildman: Add compiler wrapperYork Sun2016-10-091-2/+16
* buildman: Avoid overwriting existing toolchain entriesSimon Glass2016-07-311-2/+1
* buildman: Fix a typo in TestSettingsHasPath()Simon Glass2016-07-311-1/+1
* buildman: Improve the toolchain progress/error outputSimon Glass2016-07-311-9/+15
* buildman: Allow the toolchain error to be suppressedSimon Glass2016-07-311-6/+14
* buildman: Add a way to specific a full toolchain prefixSimon Glass2016-03-171-1/+39
* buildman: Allow the toolchain architecture to be specifiedSimon Glass2016-03-141-5/+12
* buildman: Allow the toolchain priority to be specifiedSimon Glass2016-03-141-8/+22
* buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass2016-03-141-5/+6
* buildman: Add gcc 4.9.0 with Microblaze toolchainMichal Simek2015-04-231-1/+1
* buildman: Correct toolchain download featureSimon Glass2015-03-051-3/+7
* buildman: allow multiple toolchains in a single pathAlbert ARIBAUD2015-02-151-4/+5
* buildman: Add the option to download toolchains from kernel.orgSimon Glass2015-01-141-10/+223
* buildman: Allow architecture to alias to multiple toolchainsSimon Glass2015-01-141-3/+5
* buildman: Add an option to use the full tool chain pathSimon Glass2015-01-141-6/+14
* buildman: Put the toolchain path first instead of last in PATHSimon Glass2015-01-141-1/+1
* buildman: Try to avoid hard-coded string parsingSimon Glass2015-01-141-1/+8
* buildman: Add a functional testSimon Glass2014-09-091-1/+3
* buildman: Allow make-flags variables to include '-' and '_'Simon Glass2014-09-051-1/+1
* buildman: fix toolchain priority_listMasahiro Yamada2014-07-071-1/+1
* buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada2014-07-071-1/+1
* buildman: don't fail --list-toolchains when toolchains failStephen Warren2013-10-101-1/+2
* buildman: Allow make flags to be specified for each boardSimon Glass2013-10-011-2/+79
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* buildman - U-Boot multi-threaded builder and summary toolSimon Glass2013-04-041-0/+185