Skip to content

Commit

Permalink
fixup! Disable shallow
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshaoce committed Jan 13, 2025
1 parent c9d07df commit f1d0e21
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,44 @@
path = binutils
url = https://sourceware.org/git/binutils-gdb.git
branch = binutils-2_43-branch
shallow = true
[submodule "gcc"]
path = gcc
url = https://gcc.gnu.org/git/gcc.git
branch = releases/gcc-14
shallow = true
[submodule "glibc"]
path = glibc
url = https://sourceware.org/git/glibc.git
shallow = true
[submodule "dejagnu"]
path = dejagnu
url = https://git.savannah.gnu.org/git/dejagnu.git
branch = master
shallow = true
[submodule "newlib"]
path = newlib
url = https://sourceware.org/git/newlib-cygwin.git
branch = master
shallow = true
[submodule "gdb"]
path = gdb
url = https://sourceware.org/git/binutils-gdb.git
branch = gdb-15-branch
shallow = true
[submodule "qemu"]
path = qemu
url = https://gitlab.com/qemu-project/qemu.git
shallow = true
[submodule "musl"]
path = musl
url = https://git.musl-libc.org/git/musl
branch = master
shallow = true
[submodule "spike"]
path = spike
url = https://github.com/riscv-software-src/riscv-isa-sim.git
branch = master
shallow = true
[submodule "pk"]
path = pk
url = https://github.com/riscv-software-src/riscv-pk.git
branch = master
shallow = true
[submodule "llvm"]
path = llvm
url = https://github.com/llvm/llvm-project.git
branch = release/19.x
shallow = true
[submodule "uclibc-ng"]
path = uclibc-ng
url = https://github.com/wbx-github/uclibc-ng.git
shallow = true

0 comments on commit f1d0e21

Please sign in to comment.