diff options
author | Christoph Muellner <cmuellner@linux.com> | 2021-04-21 15:19:58 +0200 |
---|---|---|
committer | Christoph Muellner <cmuellner@linux.com> | 2021-04-21 15:20:34 +0200 |
commit | 04a59943aea2627d38ec2820aa70a5ea51b867ad (patch) | |
tree | 0d0d6e18a84f19671bbef58db87c4b380993c1a3 | |
parent | d45cfc68be6ce0a2f69daf66e64fc446224b3416 (diff) | |
download | riscv-gnu-toolchain-04a59943aea2627d38ec2820aa70a5ea51b867ad.zip riscv-gnu-toolchain-04a59943aea2627d38ec2820aa70a5ea51b867ad.tar.gz riscv-gnu-toolchain-04a59943aea2627d38ec2820aa70a5ea51b867ad.tar.bz2 |
Bump Binutils to 2.36.1
Signed-off-by: Christoph Muellner <cmuellner@linux.com>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index f3dcf90..4b1a5dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "riscv-binutils"] path = riscv-binutils url = ../riscv-binutils-gdb.git - branch = riscv-binutils-2.35 + branch = riscv-binutils-2.36.1 [submodule "riscv-gcc"] path = riscv-gcc url = ../riscv-gcc.git |