Skip to content

Commit

Permalink
build: Upgrade gcc version
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoguang Xing <[email protected]>
  • Loading branch information
xingxg2022 committed Nov 14, 2023
1 parent eba6556 commit 1ea1e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function build_rv_linux_gcc()
pushd riscv-gnu-toolchain
rm -rf $RV_LINU_GCC_INSTALL_DIR
make clean
git checkout 2022.08.08
git checkout 2023.11.08
./configure --prefix=$RV_LINUX_GCC_INSTALL_DIR
make linux
popd
Expand All @@ -225,7 +225,7 @@ function build_rv_elf_gcc()
pushd riscv-gnu-toolchain
rm -rf $RV_ELF_GCC_INSTALL_DIR
make clean
git checkout 2022.08.08
git checkout 2023.11.08
./configure --with-cmodel=medany --with-arch=rv64imafdc --with-abi=lp64d --prefix=$RV_ELF_GCC_INSTALL_DIR
make
popd
Expand Down

0 comments on commit 1ea1e41

Please sign in to comment.