fix build dep gcc-loongarch64-linux-gnu introduced by new arch loong64

This commit is contained in:
Jianfeng Liu
2025-08-05 10:10:44 +08:00
parent 124da14067
commit ca5e61f777

View File

@@ -269,7 +269,7 @@ function adaptative_prepare_host_dependencies() {
host_dependencies+=("debian-archive-keyring")
fi
if [[ "${wanted_arch}" == "loong64" || "${wanted_arch}" == "all" ]]; then
if [[ "${wanted_arch}" == "loong64" ]]; then
host_dependencies+=("gcc-loongarch64-linux-gnu") # crossbuild-essential-loongarch64 is not even available "yet"
host_dependencies+=("debian-ports-archive-keyring")
fi