Browse Source
Merge pull request #1141 from cmuellner/gcc-12-2
gitmodules: Fix tracking branch for GCC 12
pull/1156/head
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
1 additions and
1 deletions
-
.gitmodules
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
[submodule "gcc"] |
|
|
|
path = gcc |
|
|
|
url = https://gcc.gnu.org/git/gcc.git |
|
|
|
branch = releases/gcc-12.1.0 |
|
|
|
branch = releases/gcc-12 |
|
|
|
[submodule "glibc"] |
|
|
|
path = glibc |
|
|
|
url = https://sourceware.org/git/glibc.git |
|
|
|
|