aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-11 12:46:29 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-11 12:46:29 +0200
commit5d422d7637feb5fc1d6b522c27634517fba767cf (patch)
tree696d8a9826dcfc1861c631988d416fd747627b51 /README.md
parentd74da1d1080cb509485e733376598def2d35c172 (diff)
downloadpicorv32-5d422d7637feb5fc1d6b522c27634517fba767cf.tar.gz
picorv32-5d422d7637feb5fc1d6b522c27634517fba767cf.zip
Added "make build-tools"
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff84728..2743cfa 100644
--- a/README.md
+++ b/README.md
@@ -572,6 +572,8 @@ of commands (not including installing prerequisites):
| `make -j$(nproc) build-riscv32im-tools` | `/opt/riscv32im/` | `RV32IM` |
| `make -j$(nproc) build-riscv32imc-tools` | `/opt/riscv32imc/` | `RV32IMC` |
+Or simply run `make -j$(nproc) build-tools` to build and install all four tool chains.
+
By default calling any of those make targets will (re-)download the toolchain
sources. Run `make download-tools` to download the sources to `/var/cache/distfiles/`
once in advance.