diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-06-23 09:55:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 09:55:47 -0700 |
commit | 4157207951b3fa330e40a9998244eaf181ba8506 (patch) | |
tree | 906e13cd6e0da05b81826b7071e71d01c320ad98 | |
parent | 7cd1d1057d3bcd040b9e655fd35f57ccc97e075a (diff) | |
parent | ec781cec9d5dccb8696b309e554003da86310ac9 (diff) | |
download | riscv-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |