diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2022-08-24 23:53:12 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2022-08-24 23:53:12 +0800 |
commit | bbc2dbb6b3e1909bf4c94fa66f125e9b27d3e7a8 (patch) | |
tree | c880d64140c84b77e26ffccdeb34fef6410bb2ef /.gitmodules | |
parent | c15082d0ea0f5e342cbdd4469ece71f572a2473e (diff) | |
download | riscv-gnu-toolchain-2022.08.25.zip riscv-gnu-toolchain-2022.08.25.tar.gz riscv-gnu-toolchain-2022.08.25.tar.bz2 |
Fix .gitmodules info for gcc2022.08.25
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bcc73ad..7c741a5 100644 --- a/.gitmodules +++ b/.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 |