From b227b883578f648bdbfce8763296e4843a60e458 Mon Sep 17 00:00:00 2001 From: zhanghb97 Date: Tue, 25 Jun 2024 17:27:16 +0000 Subject: [PATCH] [thirdparty] Add riscv-gnu-toolchain as an submodule. --- .gitmodules | 4 ++++ thirdparty/.gitignore | 3 --- thirdparty/riscv-gnu-toolchain | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) create mode 160000 thirdparty/riscv-gnu-toolchain diff --git a/.gitmodules b/.gitmodules index 00d892bd35..77bef44d1e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ path = thirdparty/mimalloc url = https://github.com/microsoft/mimalloc.git shallow = true +[submodule "thirdparty/riscv-gnu-toolchain"] + path = thirdparty/riscv-gnu-toolchain + url = https://github.com/riscv-collab/riscv-gnu-toolchain.git + shallow = true diff --git a/thirdparty/.gitignore b/thirdparty/.gitignore index 550f1113fe..521c1447f7 100644 --- a/thirdparty/.gitignore +++ b/thirdparty/.gitignore @@ -1,6 +1,3 @@ -# RISC-V GNU Toolchain -/riscv-gnu-toolchain - # SiFive QEMU /qemu diff --git a/thirdparty/riscv-gnu-toolchain b/thirdparty/riscv-gnu-toolchain new file mode 160000 index 0000000000..3fb1523f2d --- /dev/null +++ b/thirdparty/riscv-gnu-toolchain @@ -0,0 +1 @@ +Subproject commit 3fb1523f2df35da6b1008f13a214e4b4370f7b5a