From 165f4c23b5be0461ba549d0c658561b3450f2621 Mon Sep 17 00:00:00 2001 From: Risheng1128 Date: Thu, 2 Mar 2023 00:35:14 +0800 Subject: [PATCH] Prevent the misleading information about RISCOF In current implementation in emulator, by default, RISCOF only uses riscv-gnu-toolchain to compile test files. Therefore, remove the unnecessary toolchain information in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd77a67..93c597d9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ known as test signatures. The test signatures will be written after it has been and they will be compared to the reference signature. When both signatures exactly match, the test is successful. -[RISC-V GNU Compiler Toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain) or [xPack GNU RISC-V Embedded GCC](https://xpack.github.io/riscv-none-elf-gcc/) should be prepared in advance. You can obtain prebuilt GNU toolchain for `riscv32-elf` via [Automated Nightly Release](https://github.com/riscv-collab/riscv-gnu-toolchain/releases). Then, run the following command: +[RISC-V GNU Compiler Toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain) should be prepared in advance. You can obtain prebuilt GNU toolchain for `riscv32-elf` via [Automated Nightly Release](https://github.com/riscv-collab/riscv-gnu-toolchain/releases). Then, run the following command: ```shell make arch-test ```