File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
path = binutils
3
3
url = https://sourceware.org/git/binutils-gdb.git
4
4
branch = binutils-2_43-branch
5
+ shallow = true
5
6
[submodule "gcc "]
6
7
path = gcc
7
8
url = https://gcc.gnu.org/git/gcc.git
8
9
branch = releases/gcc-14
10
+ shallow = true
9
11
[submodule "glibc "]
10
12
path = glibc
11
13
url = https://sourceware.org/git/glibc.git
14
+ shallow = true
12
15
[submodule "dejagnu "]
13
16
path = dejagnu
14
17
url = https://git.savannah.gnu.org/git/dejagnu.git
15
18
branch = master
19
+ shallow = true
16
20
[submodule "newlib "]
17
21
path = newlib
18
22
url = https://sourceware.org/git/newlib-cygwin.git
19
23
branch = master
24
+ shallow = true
20
25
[submodule "gdb "]
21
26
path = gdb
22
27
url = https://sourceware.org/git/binutils-gdb.git
23
28
branch = gdb-15-branch
29
+ shallow = true
24
30
[submodule "qemu "]
25
31
path = qemu
26
32
url = https://gitlab.com/qemu-project/qemu.git
33
+ shallow = true
27
34
[submodule "musl "]
28
35
path = musl
29
36
url = https://git.musl-libc.org/git/musl
30
37
branch = master
38
+ shallow = true
31
39
[submodule "spike "]
32
40
path = spike
33
41
url = https://github.com/riscv-software-src/riscv-isa-sim.git
34
42
branch = master
43
+ shallow = true
35
44
[submodule "pk "]
36
45
path = pk
37
46
url = https://github.com/riscv-software-src/riscv-pk.git
38
47
branch = master
48
+ shallow = true
39
49
[submodule "llvm "]
40
50
path = llvm
41
51
url = https://github.com/llvm/llvm-project.git
42
52
branch = release/18.x
53
+ shallow = true
43
54
[submodule "uclibc-ng "]
44
55
path = uclibc-ng
45
- url = https://git.uclibc-ng.org/git/uclibc-ng.git
56
+ url = https://github.com/wbx-github/uclibc-ng.git
57
+ shallow = true
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ endif
347
347
$(srcdir ) /% /.git :
348
348
cd $(srcdir ) && \
349
349
flock ` git rev-parse --git-dir` /config git submodule init $(dir $@ ) && \
350
- flock ` git rev-parse --git-dir` /config git submodule update --progress $(dir $@ )
350
+ flock ` git rev-parse --git-dir` /config git submodule update --progress --depth 1 $(dir $@ )
351
351
352
352
stamps/install-host-gcc : $(GCC_SRCDIR ) $(GCC_SRC_GIT )
353
353
if test -f $< /contrib/download_prerequisites && test " @NEED_GCC_EXTERNAL_LIBRARIES@" = " true" ; then cd $< && ./contrib/download_prerequisites; fi
You can’t perform that action at this time.
0 commit comments