Skip to content

Commit 4118a5a

Browse files
authored
make versions consistent
Signed-off-by: Scott Beamer <[email protected]>
1 parent 94cc9cd commit 4118a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Build the toolchain:
1919

2020
$ brew install riscv-tools
2121

22-
If you have macOS Ventura (13), `riscv-tools` will be installed from precompiled binaries. If you do not have Monterey (for x86), `riscv-tools` will be built from source. Note building from source will require approximately 6.5 GB for all of the source and intermediate build files. It builds with the default compiler (clang), but you can specify another compiler on the command line. For example:
22+
If you have macOS Ventura (13), `riscv-tools` will be installed from precompiled binaries. If you do not have Ventura (for x86), `riscv-tools` will be built from source. Note building from source will require approximately 6.5 GB for all of the source and intermediate build files. It builds with the default compiler (clang), but you can specify another compiler on the command line. For example:
2323

2424
$ brew install --cc=gcc-10 riscv-tools
2525

0 commit comments

Comments
 (0)