aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2016-03-27 21:21:28 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2016-03-29 14:14:47 -0700
commitacfa4804d96c8d7a30e53b01e5da9ab08244ecc7 (patch)
tree9a09441c9ad0ec52f76f496cbaf255c0195503e0 /README.md
parent4a4918abfaaeeccaa47970467db426ee680c4898 (diff)
downloadriscv-gnu-toolchain-acfa4804d96c8d7a30e53b01e5da9ab08244ecc7.zip
riscv-gnu-toolchain-acfa4804d96c8d7a30e53b01e5da9ab08244ecc7.tar.gz
riscv-gnu-toolchain-acfa4804d96c8d7a30e53b01e5da9ab08244ecc7.tar.bz2
Fedora 23: remove autotools-devel, add gcc-c++
Without g++, it fails in this rather opaque way: configure: error: error verifying int64_t uses long long Makefile:4063: recipe for target 'configure-gcc' failed make[2]: *** [configure-gcc] Error 1 make[2]: Leaving directory '/tmp/riscv-gnu-toolchain/build-gcc-newlib' Makefile:867: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/tmp/riscv-gnu-toolchain/build-gcc-newlib' Makefile:245: recipe for target 'stamps/build-gcc-newlib' failed make: *** [stamps/build-gcc-newlib] Error 2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a315968..a1f52c2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ executing the following command should suffice:
On Fedora/CentOS/RHEL OS, executing the following command should suffice:
- $ sudo yum install autoconf automake autotools-devel libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc
+ $ sudo yum install autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies: