Skip to content

Commit 28f5fc0

Browse files
authored
Merge pull request #378 from tock/readme-old-riscv-flag
readme: no RISCV flag
2 parents a63e3b3 + 4de0e70 commit 28f5fc0

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
@@ -118,7 +118,7 @@ Prerequisites
118118
the LLVM clang compiler. If you have a compatible clang toolchain, you can
119119
add `CLANG=1` to the make command to use clang instead of the default GCC.
120120
121-
$ make RISCV=1 CLANG=1
121+
$ make CLANG=1
122122
123123
This support is only included for RISC-V targets as Cortex-M targets require
124124
the FDPIC support only present in GCC.

0 commit comments

Comments
 (0)