diff options
author | cy023 <cyyang023@gmail.com> | 2023-08-31 17:29:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 17:29:43 +0800 |
commit | ff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887 (patch) | |
tree | 8cbd7561f8429be19c78322a5c7a67eace0d3eae /README.md | |
parent | 32792bcb8c98df01ad952e84af1a6849a2ba860f (diff) | |
download | riscv-gnu-toolchain-ff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887.zip riscv-gnu-toolchain-ff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887.tar.gz riscv-gnu-toolchain-ff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887.tar.bz2 |
Fix typo in README.md
Signed-off-by: cy023 <cyyang023@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ the following command can be used: RUNTESTFLAGS="riscv.exp" make report -To to restrict a test run to only RISC-V specific tests with match the +To restrict a test run to only RISC-V specific tests with match the pattern "zb*.c" and "sm*.c" the following command can be used: RUNTESTFLAGS="riscv.exp=zb*.c\ sm*.c" make report |