rust: disabled build

rust build code with illegal instructions on armv5tel
so this need more checking

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2019-10-18 20:37:50 +02:00
parent 42c2acc218
commit 52d57e9748

View File

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