Add depends riscv 64 bit support

This commit is contained in:
TheCharlatan 2019-06-27 00:25:47 +02:00
parent 8adde33e01
commit 13c0b8c265
7 changed files with 20 additions and 1 deletions

View file

@ -624,6 +624,8 @@ You can also cross-compile static binaries on Linux for Windows and macOS with t
* Requires: `g++-arm-linux-gnueabihf`
* ```make depends target=aarch64-linux-gnu``` for armv8 binaries.
* Requires: `g++-aarch64-linux-gnu`
* ```make depends target=riscv64-linux-gnu``` for RISC V 64 bit binaries.
* Requires: `g++-riscv64-linux-gnu`
The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names.