File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Some of the external git repos are not upstream servers but upstream clones to
2
+ # avoid "Server does not allow request for unadvertised object" errors (see
3
+ # #1654).
1
4
[submodule "binutils "]
2
5
path = binutils
3
- url = https://sourceware.org/git /binutils-gdb.git
6
+ url = https://github.com/bminor /binutils-gdb.git
4
7
branch = binutils-2_44-branch
5
8
shallow = true
6
9
[submodule "gcc "]
7
10
path = gcc
8
- url = https://gcc.gnu.org/git /gcc.git
11
+ url = https://github.com/gcc-mirror /gcc.git
9
12
branch = releases/gcc-14
10
13
shallow = true
11
14
[submodule "glibc "]
12
15
path = glibc
13
- url = https://sourceware.org/git /glibc.git
16
+ url = https://github.com/bminor /glibc.git
14
17
shallow = true
15
18
[submodule "dejagnu "]
16
19
path = dejagnu
19
22
shallow = true
20
23
[submodule "newlib "]
21
24
path = newlib
22
- url = https://sourceware.org/git /newlib-cygwin .git
25
+ url = https://github.com/bminor /newlib.git
23
26
branch = master
24
27
shallow = true
25
28
[submodule "gdb "]
26
29
path = gdb
27
- url = https://sourceware.org/git /binutils-gdb.git
30
+ url = https://github.com/bminor /binutils-gdb.git
28
31
branch = gdb-15-branch
29
32
shallow = true
30
33
[submodule "qemu "]
You can’t perform that action at this time.
0 commit comments