aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@vrull.eu>2022-09-28 01:34:45 +0200
committerChristoph Müllner <christoph.muellner@vrull.eu>2022-09-28 01:39:47 +0200
commit8dd29548de6e9a34b8d0ee8e44c4f32a32c90f55 (patch)
treeeaf41864d81d4fe2f9bfe0475a1c0108561b2b1f /.gitmodules
parent26afe70416f6aa004ae1b36655a49d79e376f6e2 (diff)
downloadriscv-gnu-toolchain-8dd29548de6e9a34b8d0ee8e44c4f32a32c90f55.zip
riscv-gnu-toolchain-8dd29548de6e9a34b8d0ee8e44c4f32a32c90f55.tar.gz
riscv-gnu-toolchain-8dd29548de6e9a34b8d0ee8e44c4f32a32c90f55.tar.bz2
dejagnu: Bump version to 1.6.3
dejagnu still defaults to 1.6 from the (already archived) riscv-dejagnu repo. Let's bump the version to 1.6.3 and use the upstream git repo instead. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 6594e48..76e9f6a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,10 +9,10 @@
[submodule "glibc"]
path = glibc
url = https://sourceware.org/git/glibc.git
-[submodule "riscv-dejagnu"]
- path = riscv-dejagnu
- url = https://github.com/riscv-collab/riscv-dejagnu.git
- branch = riscv-dejagnu-1.6
+[submodule "dejagnu"]
+ path = dejagnu
+ url = https://git.savannah.gnu.org/git/dejagnu.git
+ branch = dejagnu-1.6.3
[submodule "newlib"]
path = newlib
url = https://sourceware.org/git/newlib-cygwin.git