OrangePi-RV2: add support for RISCV64 compile-to-binaries.
Required to compile BCM bluetooth firmware hacking tool. Signed-off-by: Sven-Ola Tuecke <sven-ola@gmx.de>
This commit is contained in:
parent
6460a1d81c
commit
e527a1783f
@ -245,7 +245,8 @@ function adaptative_prepare_host_dependencies() {
|
||||
fi
|
||||
|
||||
if [[ "${wanted_arch}" == "riscv64" || "${wanted_arch}" == "all" ]]; then
|
||||
host_dependencies+=("gcc-riscv64-linux-gnu") # crossbuild-essential-riscv64 is not even available "yet"
|
||||
host_dependencies+=("gcc-riscv64-linux-gnu") # crossbuild-essential-riscv64
|
||||
host_dependencies+=("libc6-dev-riscv64-cross") # Support for compiling riscv64 binaries
|
||||
fi
|
||||
|
||||
if [[ "${wanted_arch}" == "loong64" ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user