Skip to content

Commit 9f0c097

Browse files
committed
gitmodules: Fix tracking branch for GCC 12
A recent commit bumped the GCC version to 12.2, but adjusting the tracking branch in .gitmodules was forgotten. Let's fix this and set the tracking branch to gcc-12 (note, that there are no release branches for minor version releases). Reported-by: Tommy Murphy <tommy_murphy@hotmail.com> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
1 parent c2857f9 commit 9f0c097

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)