mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-12 07:31:37 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
1
lfs/rust
1
lfs/rust
@@ -31,6 +31,7 @@ DL_FILE = $(THISAPP)-$(RUST_BOOTSTRAP).tar.gz
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)-$(RUST_BOOTSTRAP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)-$(RUST_BOOTSTRAP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
SUP_ARCH = x86_64 i586 aarch64 armv5tel
|
||||||
|
|
||||||
ifeq "$(BUILD_ARCH)" "i586"
|
ifeq "$(BUILD_ARCH)" "i586"
|
||||||
RUST_ARCH = i686
|
RUST_ARCH = i686
|
||||||
|
|||||||
Reference in New Issue
Block a user