From b50e075275bb1353020d4a856d063152fbc9e48e Mon Sep 17 00:00:00 2001 From: Tommy Thorn Date: Fri, 1 Jan 2016 15:20:23 -0800 Subject: Point to Homebrew for a gcc, fixes #15 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 # The RISC-V GCC/Newlib Toolchain Installation Manual -- cgit v1.1