From 86fcf0c4cf8161cf49c5a2ccadf83225ff7dd7e0 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Aug 07 2021 13:00:15 +0000 Subject: Allow building in armhfp --- diff --git a/SPECS/rust.spec b/SPECS/rust.spec index b7f9a4d..a2db0f1 100644 --- a/SPECS/rust.spec +++ b/SPECS/rust.spec @@ -1,7 +1,7 @@ # Only x86_64 and i686 are Tier 1 platforms at this time. # https://doc.rust-lang.org/nightly/rustc/platform-support.html -#global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x -%global rust_arches x86_64 i686 aarch64 ppc64le s390x +%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x +#global rust_arches x86_64 i686 aarch64 ppc64le s390x # The channel can be stable, beta, or nightly %{!?channel: %global channel stable}