diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-26 12:58:32 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-26 12:58:35 +0100 |
commit | 6a363720ffc1b76e8f4f68f7058e40c1edb82354 (patch) | |
tree | c9d98d7adff23f7a3809dde22870ef5a77e161af | |
parent | 9bec5b80a0f3b134246497b06017bce790ec4444 (diff) | |
parent | 94a7f09de6ed1899372bf14f6202629e27dc1512 (diff) |
Merge bitcoin/bitcoin#23864: doc: Drop outdated note
94a7f09de6ed1899372bf14f6202629e27dc1512 doc: Drop outdated note (Hennadii Stepanov)
Pull request description:
It is outdated since bitcoin/bitcoin#23060.
ACKs for top commit:
MarcoFalke:
cr ACK 94a7f09de6ed1899372bf14f6202629e27dc1512
theStack:
Code-review ACK 94a7f09de6ed1899372bf14f6202629e27dc1512
Tree-SHA512: 5a98cf39c3939845d1abb64cb62dbb9bdb1135aa07a5cd0d85de7b6a6d9a3397b0e5da06cdb89991aac31151cb3c0d38eacf4898c53014cb7f7600e992230f87
-rw-r--r-- | depends/README.md | 3 |
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 |