Browse Source

Fix .gitmodules info for gcc

pull/1121/head 2022.08.25
Kito Cheng 4 years ago
parent
commit
bbc2dbb6b3
  1. 2
      .gitmodules

2
.gitmodules

@ -2,7 +2,7 @@
path = binutils
url = https://sourceware.org/git/binutils-gdb.git
branch = binutils-2_39-branch
[submodule "riscv-gcc"]
[submodule "gcc"]
path = gcc
url = https://gcc.gnu.org/git/gcc.git
branch = releases/gcc-12.1.0

Loading…
Cancel
Save