From 52d57e97483ba466b0f23fa9eb524eb4b6288ba0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 18 Oct 2019 20:37:50 +0200 Subject: [PATCH] rust: disabled build rust build code with illegal instructions on armv5tel so this need more checking Signed-off-by: Arne Fitzenreiter --- lfs/rust | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/rust b/lfs/rust index 47e9a0ea53..9505990691 100644 --- a/lfs/rust +++ b/lfs/rust @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)-$(RUST_BOOTSTRAP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = none + ifeq "$(BUILD_ARCH)" "i586" RUST_ARCH = i686 else -- 2.39.2