aboutsummaryrefslogtreecommitdiff
path: root/build.log
AgeCommit message (Collapse)AuthorFilesLines
2019-03-31Remove the toolchain in riscv-toolsPalmer Dabbelt1-0/+26350
The toolchain pointed to by riscv-tools hasn't been maintained for more than a year now. This pointer was necessary when we had out-of-tree ports of the various toolchain components, but now that everything is upstream toolchains can be obtained via dozens of standard mechanisms. Having a broken toolchain so publicly visible causes everyone headaches, so unless someone wants to step up and maintain this I'm going to remove it. In order to keep the Travis running, I've gone ahead and used crosstool-ng to build a toolchain. This should be a lot more reliable than the old riscv-gnu-toolchain based approach.