diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 14:49:09 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 14:49:09 -0500 |
commit | 1b373185aa2c9df3ffccc4204f91839c8768e466 (patch) | |
tree | 7ad0de35887022ec0036593111089116c662dffd /contrib/depends/README.md | |
parent | Merge pull request #5511 (diff) | |
parent | Add depends riscv 64 bit support (diff) | |
download | monero-1b373185aa2c9df3ffccc4204f91839c8768e466.tar.xz |
Merge pull request #5702
13c0b8c Add depends riscv 64 bit support (TheCharlatan)
Diffstat (limited to 'contrib/depends/README.md')
-rw-r--r-- | contrib/depends/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/depends/README.md b/contrib/depends/README.md index 6a15055b4..10866acbe 100644 --- a/contrib/depends/README.md +++ b/contrib/depends/README.md @@ -33,6 +33,7 @@ Common `host-platform-triplets` for cross compilation are: - `x86_64-apple-darwin11` for MacOSX - `arm-linux-gnueabihf` for Linux ARM 32 bit - `aarch64-linux-gnu` for Linux ARM 64 bit +- `riscv64-linux-gnu` for Linux RISCV 64 bit No other options are needed, the paths are automatically configured. |