aboutsummaryrefslogtreecommitdiffstats
path: root/tools/buildman/toolchain.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "buildman: Always use the full path in CROSS_COMPILE"Tom Rini2024-07-081-9/+11
* buildman: Always use the full path in CROSS_COMPILESimon Glass2024-07-031-11/+9
* buildman: Fix a few typos in toolchain codeSimon Glass2024-07-031-2/+2
* CI: Update to gcc-13.2.0Tom Rini2023-08-261-1/+1
* buildman: Convert camel case in bsettings.pySimon Glass2023-07-241-7/+7
* CI: Update to gcc-13.1.0Tom Rini2023-07-201-1/+1
* Merge branch 'next'Tom Rini2023-04-031-5/+6
|\
| * buildman: Fix CROSS_COMPILE output for sandboxSimon Glass2023-03-141-2/+3
| * Revert "buildman: Correct CROSS_COMPILE output for sandbox"Simon Glass2023-03-141-1/+2
| * buildman: Correct CROSS_COMPILE output for sandboxSimon Glass2023-03-081-2/+1
| * patman: Move library functions into a library directorySimon Glass2023-03-081-3/+3
* | buildman: Correct overwriting of settings fileSimon Glass2023-03-311-1/+1
|/
* buildman: invalid reference to READMEHeinrich Schuchardt2023-02-101-1/+1
* buildman: Fetch 12.2.0 toolchains by defaultTom Rini2022-12-061-1/+1
* buildman: Avoid using board as a variableSimon Glass2022-08-051-4/+4
* patman: Rename Color() method to build()Simon Glass2022-02-091-5/+5
* patman: Convert camel case in command.pySimon Glass2022-02-091-3/+3
* patman: Convert camel case in tools.pySimon Glass2022-02-091-5/+5
* patman: Tidy up the download function a littleSimon Glass2022-01-251-1/+1
* buildman: Move the download function to toolsSimon Glass2022-01-251-45/+1
* buildman: Add gcc-11.1.0 to the directory listTom Rini2021-10-211-1/+1
* 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