From: Arne Fitzenreiter Date: Fri, 18 Oct 2019 18:37:50 +0000 (+0200) Subject: rust: disabled build X-Git-Tag: v2.23-core137~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52d57e97483ba466b0f23fa9eb524eb4b6288ba0;p=ipfire-2.x.git rust: disabled build rust build code with illegal instructions on armv5tel so this need more checking Signed-off-by: Arne Fitzenreiter --- 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