From 6db404e6a982a18683d5162493ea5ec2db65ef82 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Feb 2021 11:07:25 +0000 Subject: [PATCH] rust: Enable build only for supported architectures Unfortunately, Rust is not available for riscv64, which is why we have to disable this package and all that depend on it. Signed-off-by: Michael Tremer --- lfs/rust | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/rust b/lfs/rust index 57cdd22908..5af9c4cec8 100644 --- a/lfs/rust +++ b/lfs/rust @@ -31,6 +31,7 @@ DL_FILE = $(THISAPP)-$(RUST_BOOTSTRAP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)-$(RUST_BOOTSTRAP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = x86_64 i586 aarch64 armv5tel ifeq "$(BUILD_ARCH)" "i586" RUST_ARCH = i686 -- 2.39.2