Browse Source
Merge pull request #1063 from sunshaoce/master
Use https link instead of ssh
pull/1128/head
2022.08.26
Kito Cheng
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.gitmodules
|
|
|
@ -8,14 +8,14 @@ |
|
|
|
branch = releases/gcc-12.1.0 |
|
|
|
[submodule "glibc"] |
|
|
|
path = glibc |
|
|
|
url = git://sourceware.org/git/glibc.git |
|
|
|
url = https://sourceware.org/git/glibc.git |
|
|
|
[submodule "riscv-dejagnu"] |
|
|
|
path = riscv-dejagnu |
|
|
|
url = https://github.com/riscv-collab/riscv-dejagnu.git |
|
|
|
branch = riscv-dejagnu-1.6 |
|
|
|
[submodule "newlib"] |
|
|
|
path = newlib |
|
|
|
url = git://sourceware.org/git/newlib-cygwin.git |
|
|
|
url = https://sourceware.org/git/newlib-cygwin.git |
|
|
|
branch = master |
|
|
|
[submodule "riscv-gdb"] |
|
|
|
path = riscv-gdb |
|
|
|
|