Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
path = binutils
url = https://sourceware.org/git/binutils-gdb.git
branch = binutils-2_43-branch
shallow = true
# No shallow cloning because the server does not allow to request
# unadvertised objects. However, we need to pin specific git commits.
shallow = false
[submodule "gcc"]
path = gcc
url = https://gcc.gnu.org/git/gcc.git
Expand Down
Loading