From 3ebf325c96112913a00942490ed6235b30e8f4a6 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 23 Oct 2016 11:14:40 +0200 Subject: Improved README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 510522a..df557e6 100644 --- a/README.md +++ b/README.md @@ -625,8 +625,10 @@ The commands will all be named using the prefix `riscv32-unknown-elf-`, which makes it easy to install them side-by-side with the regular riscv-tools (those are using the name prefix `riscv64-unknown-elf-` by default). -The following make targets build toolchains for `RV32I[M][C]` using this sequence -of commands (not including installing prerequisites): +Alternatively you can simply use one of the following make targets from PicoRV32's +Makefile to build a `RV32I[M][C]` toolchain. You still need to install all +prerequisites, as described above. Then run any of the following commands in the +PicoRV32 source directory: | Command | Install Directory | ISA | |:---------------------------------------- |:------------------ |:-------- | -- cgit