From 5d422d7637feb5fc1d6b522c27634517fba767cf Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 11 Apr 2016 12:46:29 +0200 Subject: Added "make build-tools" --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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. -- cgit