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:
Sven-Ola Tuecke 2026-01-11 13:39:53 +01:00 committed by c0rnelius
parent 6460a1d81c
commit e527a1783f

View File

@ -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