diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2018-07-12 09:35:37 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2018-07-12 09:35:37 -0700 |
commit | a261fe9ece1a65ba2f0e2479e687026fb1215a5c (patch) | |
tree | 2db2b298cf0f1d9b4ddbde4adf257cc89322faef | |
parent | 67a27655c3b7d3955703850ca0ac6d4c8b6b38ca (diff) |
Move to the 2018.7.0 release of the tools
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | openocd | 0 | ||||
m--------- | riscv-gnu-toolchain | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 36bec08..eb6b315 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "openocd"] path = openocd - url = https://github.com/sifive/openocd.git + url = https://github.com/sifive/riscv-openocd.git [submodule "riscv-gnu-toolchain"] path = riscv-gnu-toolchain - url = https://github.com/riscv/riscv-gnu-toolchain.git + url = https://github.com/sifive/riscv-gnu-toolchain.git diff --git a/openocd b/openocd -Subproject ab5a98663ea50439ab4a6e40adfe0899cf95828 +Subproject 29d37f75a977125127be2760be9e465d2da095a diff --git a/riscv-gnu-toolchain b/riscv-gnu-toolchain -Subproject d66c792dfe701c63a8df2028598174fbeee4e8f +Subproject efa1d4cc1ab2af031332badf343add080990b82 |