aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--.gitmodules8
-rw-r--r--Makefile.in2
m---------dejagnu0
m---------riscv-dejagnu0
4 files changed, 5 insertions, 5 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
diff --git a/Makefile.in b/Makefile.in
index a67c4b9..8171138 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -856,7 +856,7 @@ stamps/build-qemu: $(QEMU_SRCDIR) $(QEMU_SRC_GIT)
mkdir -p $(dir $@)
date > $@
-stamps/build-dejagnu: $(srcdir)/riscv-dejagnu $(srcdir)/riscv-dejagnu/.git
+stamps/build-dejagnu: $(srcdir)/dejagnu $(srcdir)/dejagnu/.git
rm -rf $@ $(notdir $@)
mkdir $(notdir $@)
cd $(notdir $@) && $</configure \
diff --git a/dejagnu b/dejagnu
new file mode 160000
+Subproject d51e3f9f8188a735a64e7b2348e8fb7084f1d66
diff --git a/riscv-dejagnu b/riscv-dejagnu
deleted file mode 160000
-Subproject 4ea498a8e1fafeb568530d84db1880066478c86