aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-06-23 09:55:47 -0700
committerGitHub <noreply@github.com>2017-06-23 09:55:47 -0700
commit4157207951b3fa330e40a9998244eaf181ba8506 (patch)
tree906e13cd6e0da05b81826b7071e71d01c320ad98
parent7cd1d1057d3bcd040b9e655fd35f57ccc97e075a (diff)
parentec781cec9d5dccb8696b309e554003da86310ac9 (diff)
downloadriscv-tools-4157207951b3fa330e40a9998244eaf181ba8506.zip
riscv-tools-4157207951b3fa330e40a9998244eaf181ba8506.tar.gz
riscv-tools-4157207951b3fa330e40a9998244eaf181ba8506.tar.bz2
Merge pull request #92 from schoeberl/patch-1
Add more dependencies for OS X
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1cc824b..9b2c65b 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ To use a compiler different than the default, use:
$ CC=gcc-5 CXX=g++-5 ./build.sh
-_Note for OS X:_ We recommend using [Homebrew](https://brew.sh) to install the dependencies (`dtc gawk gnu-sed gmp mpfr libmpc isl wget`) or even to install the tools [directly](https://github.com/riscv/homebrew-riscv). This repo will build with Apple's command-line developer tools (clang) in addition to gcc.
+_Note for OS X:_ We recommend using [Homebrew](https://brew.sh) to install the dependencies (`dtc gawk gnu-sed gmp mpfr libmpc isl wget automake md5sha1sum`) or even to install the tools [directly](https://github.com/riscv/homebrew-riscv). This repo will build with Apple's command-line developer tools (clang) in addition to gcc.
# <a name="newlibman"></a>The RISC-V GCC/Newlib Toolchain Installation Manual