aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-07-09 16:30:24 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2018-07-09 16:30:43 +0200
commit974f0bf8e684696be7796dbf3d48ff0a41f4ac26 (patch)
treef09c8240ce31692254a085fd6165998dcfc4a33c /depends
parent0d1f38c45ff40f17b42074e3b58211e794a19edb (diff)
downloadbitcoin-974f0bf8e684696be7796dbf3d48ff0a41f4ac26.tar.xz
depends: Mention RISC-V known compilation issue with gcc-7.3.x
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index 41d5cdc247..226a1cc935 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -49,6 +49,9 @@ For linux RISC-V 64-bit cross compilation (there are no packages for 32-bit):
sudo apt-get install curl g++-riscv64-linux-gnu binutils-riscv64-linux-gnu
+RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_bitcoin` executable (see https://github.com/bitcoin/bitcoin/pull/13543),
+this is apparently fixed in gcc-8.1.0.
+
Dependency Options:
The following can be set when running make: make FOO=bar