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
parent
commit
c33402aba1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules

2
.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

Loading…
Cancel
Save