From 859e6d75bffb41b8c6f2d17e7335d4458155c5bc Mon Sep 17 00:00:00 2001 From: tienntr <93871686+tienntr@users.noreply.github.com> Date: Sat, 6 May 2023 20:37:46 +0700 Subject: [PATCH] Update README.md to reflect new default ISA spec version Default ISA spec version was bumped to 20191213 in 0ae36fce64a1f9a45747e35583c8f3f6bc482693 (#1229) but it's not reflected in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9b3df8defb..3852546566b 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Example: ```GCC_EXTRA_CONFIGURE_FLAGS=--with-gmp=/opt/gmp make linux``` Possible options are: `2.2`, `20190608` and `20191213`. -The default version is `2.2`. +The default version is `20191213`. More details about this option you can refer this post [RISC-V GNU toolchain bumping default ISA spec to 20191213](https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/aE1ZeHHCYf4).