diff options
| -rw-r--r-- | .gitmodules | 11 |
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"] |
