From 1ea1e41a37a7648e3d66a504e564a4688808535f Mon Sep 17 00:00:00 2001 From: Xiaoguang Xing Date: Tue, 14 Nov 2023 11:29:04 +0800 Subject: [PATCH] build: Upgrade gcc version Signed-off-by: Xiaoguang Xing --- scripts/envsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh index 1bc74d42..f4b74ef7 100755 --- a/scripts/envsetup.sh +++ b/scripts/envsetup.sh @@ -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 @@ -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