aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorScott Beamer <sbeamer@eecs.berkeley.edu>2014-01-31 15:15:11 -0800
committerScott Beamer <sbeamer@eecs.berkeley.edu>2014-01-31 15:15:11 -0800
commit6db153ee613f59af9271e62f722c8c928da11698 (patch)
treef03499abeb4db64d6d3461bda9b218d5fa3a7faa /README
parent78f57c3fd83bea98b716b07898d2c21ebc36f064 (diff)
downloadriscv-tools-6db153ee613f59af9271e62f722c8c928da11698.zip
riscv-tools-6db153ee613f59af9271e62f722c8c928da11698.tar.gz
riscv-tools-6db153ee613f59af9271e62f722c8c928da11698.tar.bz2
made reference to 4.8 requirement
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 149ce8e..73c56e5 100644
--- a/README
+++ b/README
@@ -8,3 +8,6 @@ Ubuntu packages needed:
$ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo
+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