aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTommy Thorn <XXX fix me XXX>2016-01-01 15:20:23 -0800
committerTommy Thorn <XXX fix me XXX>2016-01-01 15:23:05 -0800
commitb50e075275bb1353020d4a856d063152fbc9e48e (patch)
tree40aa8bc4575a7883e9941ed59f427391bfa80bf6 /README.md
parent5ba5e483df4a140e77a41f4f9f135f7818e5de04 (diff)
downloadriscv-tools-b50e075275bb1353020d4a856d063152fbc9e48e.zip
riscv-tools-b50e075275bb1353020d4a856d063152fbc9e48e.tar.gz
riscv-tools-b50e075275bb1353020d4a856d063152fbc9e48e.tar.bz2
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 af5d9c7..d8f517f 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