aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-12-25 15:41:58 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-12-25 15:41:58 +0200
commit94a7f09de6ed1899372bf14f6202629e27dc1512 (patch)
tree9a294a3c66cc5914de527f5926ad3d617c4c3523 /depends
parent010686198322c865fe78160e34d2e0ff43c73deb (diff)
downloadbitcoin-94a7f09de6ed1899372bf14f6202629e27dc1512.tar.xz
doc: Drop outdated note
It is outdated since bitcoin/bitcoin#23060.
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/depends/README.md b/depends/README.md
index 2a39ed3907..b851ade9c7 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -79,9 +79,6 @@ For linux RISC-V 64-bit cross compilation (there are no packages for 32-bit):
sudo apt-get install 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.
-
For linux S390X cross compilation:
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu