aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2019-03-05 13:20:10 -0800
committerAndrew Waterman <andrew@sifive.com>2019-03-31 17:13:50 -0700
commit01c6b661313e8c5d350228665acbda4b8b675382 (patch)
tree1c48f1d60d21e821e6c1868ad4bf045b8557edc7 /.gitmodules
parent1d08559a0280a0b975381ea4a0591ecd9ee56059 (diff)
downloadriscv-tools-01c6b661313e8c5d350228665acbda4b8b675382.zip
riscv-tools-01c6b661313e8c5d350228665acbda4b8b675382.tar.gz
riscv-tools-01c6b661313e8c5d350228665acbda4b8b675382.tar.bz2
Remove the toolchain in riscv-tools
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 1b3fc0a..cf821dc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,9 +10,6 @@
[submodule "riscv-tests"]
path = riscv-tests
url = https://github.com/riscv/riscv-tests.git
-[submodule "riscv-gnu-toolchain"]
- path = riscv-gnu-toolchain
- url = https://github.com/riscv/riscv-gnu-toolchain.git
[submodule "riscv-openocd"]
path = riscv-openocd
url = https://github.com/riscv/riscv-openocd.git