Skip to content

Commit

Permalink
Gramatical clear
Browse files Browse the repository at this point in the history
#10374 (comment)

Co-authored-by: Matthew <[email protected]>
  • Loading branch information
OS-of-S and skyace65 authored Dec 26, 2024
1 parent 241e204 commit da07f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/development/compiling/compiling_for_linuxbsd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ Go to the root of the source code, and execute the following build command:
but only for the following ``scons`` command. Since riscv-gnu-toolchain uses
its own Clang located in the ``bin`` folder, adding ``$RISCV_TOOLCHAIN_PATH/bin``
to your user's PATH environment variable may block you from accessing another
version of Clang if one is installed. For this reason not recommended to make
it permanent. You can also omit the ``PATH="$RISCV_TOOLCHAIN_PATH/bin:$PATH"`` line
version of Clang if one is installed. For this reason it's not recommended to make
adding the bin folder permanent. You can also omit the ``PATH="$RISCV_TOOLCHAIN_PATH/bin:$PATH"`` line
if you want to use scons with self-installed version of Clang, but it may have
compatibility issues with riscv-gnu-toolchain.

Expand Down

0 comments on commit da07f49

Please sign in to comment.