Skip to content

Commit c33402a

Browse files
authored
Merge pull request #1141 from cmuellner/gcc-12-2
gitmodules: Fix tracking branch for GCC 12
2 parents c2857f9 + 9f0c097 commit c33402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[submodule "gcc"]
66
path = gcc
77
url = https://gcc.gnu.org/git/gcc.git
8-
branch = releases/gcc-12.1.0
8+
branch = releases/gcc-12
99
[submodule "glibc"]
1010
path = glibc
1111
url = https://sourceware.org/git/glibc.git

0 commit comments

Comments
 (0)