aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScott Beamer <sbeamer3@gmail.com>2016-01-11 14:32:16 -0800
committerScott Beamer <sbeamer3@gmail.com>2016-01-11 14:32:16 -0800
commitd30a479efccec171547ec7e1f03b8140b6926f3e (patch)
tree5cbff2ae4bfda1b14a4ec3659e1d5f11cad4719d /README.md
parenta3e67a2d9a8650894ec2668cfbbe85638ce55344 (diff)
parentb50e075275bb1353020d4a856d063152fbc9e48e (diff)
downloadriscv-tools-d30a479efccec171547ec7e1f03b8140b6926f3e.zip
riscv-tools-d30a479efccec171547ec7e1f03b8140b6926f3e.tar.gz
riscv-tools-d30a479efccec171547ec7e1f03b8140b6926f3e.tar.bz2
Merge pull request #16 from tommythorn/issue-15
Point to Homebrew for a gcc, fixes #15
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59e58d4..afa7f3a 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,11 @@ Ubuntu packages needed:
Note: This requires GCC >= 4.8 for C++11 support (including thread_local).
To use a compiler different than the default (for example on OS X), use:
- $ CC=gcc-4.8 CXX=g++-4.8 ./build.sh
+ $ CC=gcc-5 CXX=g++-5 ./build.sh
+One way to get a working gcc is to install [Homebrew](http://brew.sh) and issue
+ $ brew install gcc
# <a name="newlibman"></a>The RISC-V GCC/Newlib Toolchain Installation Manual