]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
rust: disabled build
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 18 Oct 2019 18:37:50 +0000 (20:37 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 18 Oct 2019 18:37:50 +0000 (20:37 +0200)
rust build code with illegal instructions on armv5tel
so this need more checking

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/rust

index 47e9a0ea53af3fdaedb62c347ff44178a440761a..95059906919c1c706c60ff92a7e359a176b69847 100644 (file)
--- 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