aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@vrull.eu>2026-01-22 13:41:35 +0100
committerChristoph Müllner <christophm30@gmail.com>2026-01-22 21:52:29 +0100
commit311e70f6c55953a624ca670de7c85af38c2b23c2 (patch)
tree8de34fb2136d1afe2a3a46d65bce0bc104520b0d
parent049b329cb919593d420dd48753297fb3fd5f1633 (diff)
downloadriscv-gnu-toolchain-master.zip
riscv-gnu-toolchain-master.tar.gz
riscv-gnu-toolchain-master.tar.bz2
Switch from bminor repositories to upstream repositoriesHEAD2026.01.23master
The bminor/* repositories on GitHub are not available anymore, so we have to switch back to upstream servers. Note, that this will re-introduce the cloning errors with the message "Server does not allow request for unadvertised object". This reverts commit 400789aee30cb4c0e10e64029ceb93554c0a28f0. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
-rw-r--r--.gitmodules11
1 files changed, 4 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index 65f0232..7339d19 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,6 @@
-# Some of the external git repos are not upstream servers but upstream clones to
-# avoid "Server does not allow request for unadvertised object" errors (see
-# #1654).
[submodule "binutils"]
path = binutils
- url = https://github.com/bminor/binutils-gdb.git
+ url = https://sourceware.org/git/binutils-gdb.git
branch = binutils-2_45-branch
shallow = true
[submodule "gcc"]
@@ -13,7 +10,7 @@
shallow = true
[submodule "glibc"]
path = glibc
- url = https://github.com/bminor/glibc.git
+ url = https://sourceware.org/git/glibc.git
shallow = true
[submodule "dejagnu"]
path = dejagnu
@@ -22,12 +19,12 @@
shallow = true
[submodule "newlib"]
path = newlib
- url = https://github.com/bminor/newlib.git
+ url = https://sourceware.org/git/newlib-cygwin.git
branch = master
shallow = true
[submodule "gdb"]
path = gdb
- url = https://github.com/bminor/binutils-gdb.git
+ url = https://sourceware.org/git/binutils-gdb.git
branch = gdb-16-branch
shallow = true
[submodule "qemu"]